Re: Backup From HotStandby

Поиск
Список
Период
Сортировка
От Licio Matos
Тема Re: Backup From HotStandby
Дата
Msg-id CAK6Tc4Ocmc-AhC1m7TYPGOvb32EaQPPygn4WSK5r--j72OhY5w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Backup From HotStandby  (Rui DeSousa <rui@crazybean.net>)
Ответы Re: Backup From HotStandby  (Rui DeSousa <rui@crazybean.net>)
Список pgsql-admin
@Rui DeSousa 

I am running this on the primary, the question is if i can run this same script on the replica.

Tks
Licio Matos 




Em qua, 28 de ago de 2019 às 17:09, Rui DeSousa <rui@crazybean.net> escreveu:


> On Aug 28, 2019, at 3:31 PM, Licio Matos <licio.matos@gmail.com> wrote:
>
> I have been using a lvm snapshot, all the database files are on the same disk.

Sounds good; note that the filesystem will also need recovery thus you may want to consider trying to quiesce the filesystem before creating the snapshot to avoid filesystem issues.   


> My script start the pg_start_backup() make a lvm snapshot stop the backup and then copy the files do another filesystem from the snap and after to the tape.

Hmm… are you running that on the replica? It should fail; unless you’re running it on the primary.

I wouldn’t bother with pg_start_backup() to take a snapshot backup on the replica.  When recovering, the database will first do its crash recovery and then apply any WAL files needed to reach your recovery target time.

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

Предыдущее
От: Rui DeSousa
Дата:
Сообщение: Re: Backup From HotStandby
Следующее
От: Rui DeSousa
Дата:
Сообщение: Re: Backup From HotStandby