Problem of pg_wal filling up

Поиск
Список
Период
Сортировка
От
Тема Problem of pg_wal filling up
Дата
Msg-id 2A91BEF8171A5349931391E0C721CC537D7903CA@CPEMS-KPN301.KPNCNL.LOCAL
обсуждение исходный текст
Ответы Re: Problem of pg_wal filling up  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-admin

Dear Experts,

 

Post the setup of streaming replication –MASTER and one SLAVE in PostgreSQL 12 , the pg_wal in both MASTER/SLAVE are - filling up.

 

My MASTER is in archive log mode and SLAVE in no archive log mode.

 

MASTER

 

postgres=# show archive_command;

                                  archive_command

------------------------------------------------------------------------------------

test ! -f /data/tablespaces/archivedir/%f && cp %p /data/tablespaces/archivedir/%f

(1 row)

 

SLAVE

 

postgres=# show archive_command;

archive_command

-----------------

(disabled)

(1 row)

 

 

Is it advisable to change  default wal location (pg_wal)? Or any other options apart from using pg_archivecleanup?

 

Thanks..

 

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

Предыдущее
От: Ken Benson
Дата:
Сообщение: RE: pg_logical - for PG 9.59 running on windows server
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Problem of pg_wal filling up