Re: streaming replication trigger file

Поиск
Список
Период
Сортировка
От Sanjay Rao
Тема Re: streaming replication trigger file
Дата
Msg-id 4DF9CAC2.3050005@noida.interrasystems.com
обсуждение исходный текст
Ответ на streaming replication trigger file  (AI Rumman <rummandba@gmail.com>)
Ответы Re: streaming replication trigger file  (Sanjay Rao <srao@noida.interrasystems.com>)
Список pgsql-general
Hi Rumman,

Can you send me link to "how to create postgres replication on windows."
I tried few hours as per following link, but not succeeded. Which
version of postgres are you using ? I tried using 9.0.
http://www.postgresql.org/docs/8.2/static/high-availability.html

Any type of help would be appreciated.

Regards,
Sanjay Rao

On 6/16/2011 2:01 PM, AI Rumman wrote:
> Hi all,
>
> I am a bit confused regarding streaming replication.
>
> I have two server: A and B.
> I set up replication successfully.
> But when the master A goes down, B are not acting as master.
>
> My recovery.conf as follows:
>
> standby_mode = 'on'
> primary_conninfo = 'host=10.0.0.91 port=5432 user=postgres'
> trigger_file = 'C:\\pg\\stopreplication\\standby.txt'
> restore_command = 'copy \pg\\wal_archive_91\\%f %p'
>
> When I manually create the C:\\pg\\stopreplication\\standby.txt' file,
> then it is working. That is, B is becoming the master.
> So, my question is, how this trigger file should be created so that B
> will become master automatically as soon as A goes down?




В списке pgsql-general по дате отправления:

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Invalid byte sequence for encoding "UTF8": 0xedbebf
Следующее
От: Jasmin Dizdarevic
Дата:
Сообщение: FOREIGN TABLE with dblink