Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continuous Archiving/backup #41

Open
rstens opened this issue Feb 26, 2020 · 2 comments
Open

Continuous Archiving/backup #41

rstens opened this issue Feb 26, 2020 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rstens
Copy link

rstens commented Feb 26, 2020

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

@WadeBarnes WadeBarnes added enhancement New feature or request help wanted Extra attention is needed labels Mar 2, 2020
@WadeBarnes
Copy link
Member

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.

@pbolduc
Copy link

pbolduc commented Mar 10, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants