You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bjmgeek
changed the title
request: backup all databases except a blacklist
request: backup all PostgreSQL databases except a blacklist
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 theBM_MYSQL_DBEXCLUDE
option for MySQL backups.The text was updated successfully, but these errors were encountered: