I’ve followed this guide, and cross-referenced the primary postgresql wiki in order to set up replication. I’ve configured postgresql.conf
and pg_hba.conf
as directed, and then restarted the master and slave postgresql servers. However, when I run the commands ps -ef | grep sender
or ps -ef | grep receiver
to test whether the sender and receiver processes are running on their respective servers, neither of them are running. Any ideas on what I might be missing?
Thanks a lot for any help you might be able to offer!