Replicate PostgresDB (Mirror)
Step 1: Configure Primary Database for Replication
Edit the postgresql.conf file on your primary database server. You can find this file typically in the data directory of your PostgreSQL installation.
$ sudo nano /path/to/postgresql.conf
Add the fo...
sujanrajtuladhar.com.np2 min read