Title
Create new category
Edit page index title
Edit category
Edit link
Linux
PostgreSQL version 16.9 or higher is required.
Debian, Ubuntu
Install PostgreSQL
Add the official PostgreSQL repository.
Install PostgreSQL 16.
Install additional supplied modules and extensions.
Configures PostgreSQL to start automatically whenever the system boots.
Setup login password. Make sure to save this password for later use.
Open connection
Locate the PostgreSQL data directory on your server.
To allow remote connections, open the postgresql.conf file and configure the following setting:
To allow MetaDefender Cluster services to access the database, open the pg_hba.conf file and add the following rule.
Restart the PostgreSQL service to apply the changes.
Rocky, RHEL 9
Install PostgreSQL
Copy, paste, and run the relevant parts of the setup script:
Install additional supplied modules and extensions.
Setup login password. Make sure to save this password for later use.
Open connection
Locate the PostgreSQL data directory on your server.
To allow remote connections, open the postgresql.conf file and configure the following setting:
To allow MetaDefender Cluster services to access the database, open the pg_hba.conf file and add the following rule.
Restart the PostgreSQL service to apply the changes.