postgresql 9.4 streaming replication

From: Sven Löschner <sven(at)someko(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: postgresql 9.4 streaming replication
Date: 2015-10-19 07:58:40
Message-ID: 20151019075840.Horde.e-VewPJgXFarKfW1dF95cPp@webmail.someko.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have the following problem: i am trying to set up a streaming
replication scenario with load balancing. I read various tutorials but
i cannot find the mistake. The replication does not work. I do not
have a "wal sender/receiver process". The archiving works and
everytime the master restarts, the archived wal files are copied to
the slave. I even do not get any error. And in configuration file(s)
everything looks like fine for me, e.g. master:

wal_level = hot_standby
wal_keep_segments = 32
max_wal_senders = 5
max_replication_slots = 5
wal_sender_timeout = 60s

What irritates me the most is that there is no "wal sender process"
and there is no error thrown.

Thank you for any idea,
Sven

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2015-10-19 08:06:02 Re: postgresql 9.4 streaming replication
Previous Message Francisco Olarte 2015-10-19 05:26:20 Re: Can we make regexp processing more friendly by recognizing "\r\n" as a "newline" for "^$" purposes?