Windows

PostgreSQL version 16.9 or higher is required.

Install PostgreSQL

  1. Go to Download PostgreSQL page.
  2. Choose and download the Windows x86-64 version.
  3. Once the download is complete, run the installer.
  4. When prompted, keep the default installation directory.
  5. Choose the default components to install.
  6. Set a password for the postgres user. Make sure to save this password for later use.
  1. Select the port. Default is 5432.
  1. Choose the default locale for the new database cluster.
  2. Complete the installation process.

Open connection

  1. Locate the PostgreSQL data directory on your server.
Bash
Copy
  1. To allow remote connections, open the postgresql.conf file and configure the following setting:
postgresql.conf
Copy
  1. To allow MetaDefender Cluster services to access the database, open the pg_hba.conf file and add the following rule.
pg_hba.conf
Copy
  1. Restart the PostgreSQL service to apply the changes.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard