Re: Pg_dump backup

Поиск
Список
Период
Сортировка
От Holger Jakobs
Тема Re: Pg_dump backup
Дата
Msg-id ec9f488c-586e-b006-6209-1725c1cb2c69@jakobs.com
обсуждение исходный текст
Ответ на Re: Pg_dump backup  (Ron <ronljohnsonjr@gmail.com>)
Список pgsql-admin
Am 23.02.22 um 15:45 schrieb Ron:
> On 2/23/22 8:14 AM, Daulat wrote:
>> H Team,
>>
>> I need your advice.
>> How can we ensure the pg_dump backup is successful?
>
> Check the return code immediately after pg_dump completes:
> pg_dump ....
> echo $?
>
> If it's 0, then pg_dump exited successfully.
>
> Of course, it's always good to test the dump files by restoring them 
> on non-prod systems.
>
Correct. On top of this you can also look for these lines at the bottom 
of the dump

--
-- PostgreSQL database dump complete
--


-- 
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012


Вложения

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

Предыдущее
От: Ron
Дата:
Сообщение: Re: Pg_dump backup
Следующее
От: Axel Rau
Дата:
Сообщение: [RESOLVED] Re: restarting logical replication after upgrading standby