Re: Incremental Backup via WAL archive - Mailing list pgsql-admin

From Andrey Borodin
Subject Re: Incremental Backup via WAL archive
Date
Msg-id 570BA187-1FAA-42E0-A29B-DB4A3497A532@yandex-team.ru
Whole thread Raw
In response to Incremental Backup via WAL archive  (christine sarsonas <ctsarsonas@gmail.com>)
List pgsql-admin

> On 29 Jun 2022, at 13:15, christine sarsonas <ctsarsonas@gmail.com> wrote:
>
> What would be the best approach for daily backups?
Hi!

It's very easy to setup Point-in-time recovery with PostgreSQL. The Postgres ecosystem have a lot of different PIT
solutions.For example, you can use WAL-G. [0] 
But for Windows you will need to build exe file manually. I think there must be other tools providing exe binaries out
ofthe box. 

Thank you!

Best regards, Andrey Borodin.

[0] https://supabase.com/blog/2020/08/02/continuous-postgresql-backup-walg


pgsql-admin by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: Long running backup preventing auto vacuum
Next
From: Sbob
Date:
Subject: Quartz Scheduler + pgpool + PostgreSQL 12 = issues