Master database setup (Linux)
Setting up the Master database for replication involves configuring two files:
- pg_hba.conf
- postgresql.conf
Both are found in the following directory: <Clarify Database Install Directory>/db/data
Note: You will need Admin rights to modify these files.
Configuring pg_hba.conf to allow replication
Note: In the examples below, we use Server A (10.0.0.101) as the master database, and Server B (10.0.0.102) as the standby.