pg_xlog and standby

Поиск
Список
Период
Сортировка
От Roberto Scattini
Тема pg_xlog and standby
Дата
Msg-id d70926850801230728v8e0560bh2a5665e186d9904f@mail.gmail.com
обсуждение исходный текст
Ответы Re: pg_xlog and standby  (Erik Jones <erik@myemma.com>)
Список pgsql-general
hello everybody:

im trying to reconfigure a warm-standby server. the problem is that
for some reason, one day the standby server stopped recovering the
archives. this leaded to a full disk on that server, so i turned off
(commented) the archive_command on the main server.
 i want to restart the procedure described in
http://www.postgresql.org/docs/8.1/interactive/backup-online.html#BACKUP-PITR-RECOVERY
but i dont know how to "safely clean" the main server $DATA/pg_xlog/
dir.
with "safely clean" i mean how do i know which archives can i delete
(or move somewhere) without disrupting the normal operation of the
server.

im using postgres 8.2.5 from source on debian etch.

thanks in advance!


--
Roberto Scattini
 ___     _
 ))_) __ )L __
((__)(('(( ((_)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Tips for upgrading from 7.4
Следующее
От: Gábor Farkas
Дата:
Сообщение: Re: vacuum, dead rows, usual solutions didn't help