Re: Would it be possible to have parallel archiving?

Поиск
Список
Период
Сортировка
От Alexander Kukushkin
Тема Re: Would it be possible to have parallel archiving?
Дата
Msg-id CAFh8B=m1hcG4xYaxAFmfLcXVi6T5xgnq=fmknkA0hvWcnZCipQ@mail.gmail.com
обсуждение исходный текст
Ответ на Would it be possible to have parallel archiving?  (hubert depesz lubaczewski <depesz@depesz.com>)
Ответы Re: Would it be possible to have parallel archiving?
Список pgsql-hackers
Hi,

There is the archive_status directory in pg_wal, and if there are
files with suffixes ".ready", you can archive not only the file which
was requested, but quite a few more if there are  ".ready" files
available. After that you have to rename ".ready" to ".done". Postgres
will not call archive_command for files which already marked as
".done".

I think most of the good backup tools already doing that. For example,
pgBackRest, wal-e, wal-g (just named the tools I was working with)/

Regards,
--
Alexander Kukushkin


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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Would it be possible to have parallel archiving?
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: some more error location support