1.3.5. Customize and initialize PostgreSQL database
In this section you will perform the installation and initial configuration of the PostgreSQL database.
1- Postgresql-serve Install: |
2- Initialize the database: |
3- Check the startup and operation of the database by: |
4- Create a new Unix password for postgres |
5- Create a new Unix password for PostgreSQL |
6- PostgreSQL Exit |
7- Create the database siiprod_db |
8- Check database creation at PostgreSQL |
9- Grant fuseadmin privileges on the siiprod_db database |
10- Set the following connection options in the PostgreSQL configuration |
Contents of /var/lib/pgsql/data/posgresql.conf |
(...) |
11- Edit (root) the PostgreSQL Client Authentication Configuration |
Contents of /var/lib/pgsql/data/pg_hba.conf |
(...) |
12- Start the postgresql service with: |
13- Enable postgresql service |
14- Install pgAdmin (management platform for PostgreSQL) |
cd /tmp/ |
Avvale 2024