Re: WAL files not being recycled

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: WAL files not being recycled
Дата
Msg-id 20160516224450.GA123161@alvherre.pgsql
обсуждение исходный текст
Ответ на WAL files not being recycled  (Scott Moynes <scott@vmfarms.com>)
Ответы Re: WAL files not being recycled  (Scott Moynes <scott@vmfarms.com>)
Список pgsql-general
Scott Moynes wrote:
> I have a PostgreSQL server that is not recycling WAL files. Log files are
> continually created and no old log files are ever removed.
>
> Running PostgreSQL v 9.4.8 with archive settings:
>
>     archive_mode = on
>     archive_command = /bin/true
>
> Checkpoint logging is enabled and does not record any logs being recycled:

See the wal_keep_segments option, as well as existance of any
replication slot (select * from pg_replication_slots).

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Scott Moynes
Дата:
Сообщение: WAL files not being recycled
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: WAL files not being recycled