backup-container icon indicating copy to clipboard operation
backup-container copied to clipboard

Continuous Archiving/backup

Open rstens opened this issue 5 years ago • 2 comments

Looking for continuous archiving/back up options for larger databases that see some degree of change but the overhead of copying out the whole database is not in line with what we actually need.

https://www.postgresql.org/docs/9.0/continuous-archiving.html

rstens avatar Feb 26 '20 20:02 rstens

The backup scripts are currently being refactored to support a plugin model (and mongo support). Adding this sort of functionality may be easier once that is complete.

WadeBarnes avatar Mar 02 '20 19:03 WadeBarnes

WAL-G supports continuous archiving of WAL (Write Ahead Logs). It also supports multiple databases, PostgreSQL, MySQL/MariaDB, SQL Server, Mongo DB (beta), Redis (Beta). It supports multiple storage locations (file system, s3, etc), compression, encryption, monitoring via statsd and network rate limiting during backup push/fetch.

pbolduc avatar Mar 10 '23 19:03 pbolduc