Re: Archive directory
От | Paul Förster |
---|---|
Тема | Re: Archive directory |
Дата | |
Msg-id | A8B05077-547F-4899-9D9E-4051C02DA2BE@gmail.com обсуждение исходный текст |
Ответ на | Re: Archive directory (Scott Ribe <scott_ribe@elevated-dev.com>) |
Список | pgsql-admin |
Hi Scott, hi Yambu, > On 07. Dec, 2020, at 15:11, Scott Ribe <scott_ribe@elevated-dev.com> wrote: > >> On Dec 7, 2020, at 7:02 AM, Paul Förster <paul.foerster@gmail.com> wrote: >> >> in my understanding, this is only true if you don't use replication slots. If you use replication slots then the primaryshould know when a WAL file is no longer needed and abandoned or ready to be recycled. > > I don't think OP is talking about the WAL files PG is managing; I think he's talking about WAL files copied into an archivedirectory. if those files already archived to some destination are referred to, then yes, you can do with them whatever you want. Theycan be removed if they are not needed for a PITR. For example, we remove them time-based. Files older than a certain number of days are removed (cron job, note: the job onlyremoves files in the archive destination, NOT in ${PGDATA}/pg_wal). Cheers, Paul
В списке pgsql-admin по дате отправления: