domegre.blogg.se

Install postgresql redhat 7
Install postgresql redhat 7










install postgresql redhat 7

Run the following systemctl commands to start and enable postgresql 15 service.

install postgresql redhat 7

To initialize PostgreSQL 15 initdb database, run $ sudo /usr/pgsql-15/bin/postgresql-15-setup initdb 3) Initialize PostgreSQL Database (initdb) Now, let initialize its database in the next step. $ psql -VĪbove command’s output shows PostgreSQL 15.1 is installed on the system.

install postgresql redhat 7

Once postgresql and it’s dependencies are installed, verify its version using following psql command. $ sudo dnf install postgresql15-server -y In step 1, we have already configured PostgreSQL 15 package repository, so to install it, run the beneath dnf command. So, let’s first enable its DNF/yum package repository using following dnf command. PostgreSQL 15 is not available in the default package repositories of RHEL 9. 1) Enable PostgreSQL 15 Package Repository












Install postgresql redhat 7