Configuring the Primary Server
Requirements:
Replication User for replication activities
Directory to store the WAL archives
Create Replication user
createuser -U postgres replication -P -c 5 --replication
+ option -P will prompt you for new password
+ option -c is for max...