Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

Streaming replication in postgresql 9.1 — sender and receiver processes aren't running

$
0
0

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!


Viewing all articles
Browse latest Browse all 1138

Trending Articles