Search Postgresql Archives

Re: Incremental backup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/28/21 5:23 AM, Edu Gargiulo wrote:
Is there any way to make incremental backups in postgres-12?

wal-e and wal-g are useful tools for this and easy to set up. They take periodic full backups and then also continuously archive WAL files. To restore they apply the last full backup and then replay the WAL since then. They have nice support for putting the files on S3 or similar places, but really they can drop the files anywhere.

Yours,

--
Paul              ~{:-)
pj@xxxxxxxxxxxxxxxxxxxxxxxx





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux