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

request: backup all PostgreSQL databases except a blacklist #96

Open
bjmgeek opened this issue Mar 22, 2017 · 0 comments
Open

request: backup all PostgreSQL databases except a blacklist #96

bjmgeek opened this issue Mar 22, 2017 · 0 comments

Comments

@bjmgeek
Copy link

bjmgeek commented Mar 22, 2017

For PostgreSQL backups, the choices are either an explicit list of databases, or the keyword __ALL__ to indicate backing up all databases. I'd like to be able to backup all databases, except for a given list. Specifically, I have one database that is huge, and only contains easily replaceable data, which I'd like to skip backing up (it's 11 GB every time it gets backed up). However, if I add new databases later, I'd like them to still get backed up. This would be comparable to the BM_MYSQL_DBEXCLUDE option for MySQL backups.

@bjmgeek bjmgeek changed the title request: backup all databases except a blacklist request: backup all PostgreSQL databases except a blacklist Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants