Re: PITR problem

Поиск
Список
Период
Сортировка
От wstrzalka
Тема Re: PITR problem
Дата
Msg-id d0838efb-024f-41a5-9c50-88da8ed22045@d1g2000hsg.googlegroups.com
обсуждение исходный текст
Ответ на PITR problem  (wstrzalka <wstrzalka@gmail.com>)
Ответы Re: PITR problem
Список pgsql-general
> What is the full pg_standby command string (restore_command=....) in
> your recovery.conf.  It sound's like you have pg_standby set to delete
> archived WALs and possibly have that a little too aggressive.  Do you
> have the -k flag set in your pg_standby call in your restore_command?

My restore command is:
-----------------------------------------------------------------------------------------
restore_command = 'pg_standby -l -d -s 5 -w 0 -t /tmp/
pgsql.promote_trigger.5432 ~postgres/incoming_wal %f %p %r 2>&1 |
logger -p local1.info -t pitr-standby'
-----------------------------------------------------------------------------------------

As you can see I didn't set -k to keep fixed number of WALs, but %r
parameter and the PostgreSQL controls number of keeped files
automatically (or at least it should)


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

Предыдущее
От: "Andrus"
Дата:
Сообщение: Sorting nulls and empty strings together
Следующее
От: Mhor Gonzales
Дата:
Сообщение: Multibyte (Japanese Character) Sorting