-
released this
2022-03-29 14:21:44 +09:00 | 62 commits to master since this releasePostgreSQL module update
Default flow for PostgreSQL backup is data and in
borg.backup.pgsql.schema-onlyconfig have db names for schema only dump.
Add a reverse flow withborg.backup.pgsql.data-onlyfile where all databases default to only schema, except those listed in the data-only file.
Not that data->schema is higher rated as schema->data if both file exist, both cannot work at the same time.
If nothing is set the fallback is to do a full data dumpUpgrade script
Various bug fixes for the upgrade script with wrong variable names for zabbix/gitea module check and missing detail checks for some outliers in old names. Fix for sudo call for postgreSQL for losing environment variables set before.
Downloads