Is my standby fully connected?

Поиск
Список
Период
Сортировка
От Ivann Ruiz
Тема Is my standby fully connected?
Дата
Msg-id CA+FHAKe=tt8tXKzWsRA3NKgJQS9nUf3kooSCHPKxMsfrVFRUrw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Is my standby fully connected?  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgsql-general
I just setup my databases and got this LOG:

LOG:  database system was shut down in recovery at 2015-06-01 13:31:21 EDT
LOG:  entering standby mode
LOG:  redo starts at 0/67000278
LOG:  consistent recovery state reached at 0/67000350
LOG:  record with zero length at 0/67000350
LOG:  database system is ready to accept read only connections
LOG:  started streaming WAL from primary at 0/67000000 on timeline 1

And it always stays like this, i never get a message like:
LOG:   streaming replication successfully connected to primary

Additionally, i cannot run queries such as:
psql -c "SELECT pg_current_xlog_location()" -h192.168.0.10

...to calculate replication lag, I get the following message:
ERROR: recovery is in progress
HINT: WAL control functions cannot be executed during recovery

Can someone please tell me what is going on?

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Python 3.2 XP64 and Numpy...
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Is my standby fully connected?