• v4.2.0 38f467de96

    clemens.schwaighofer released this 2022-03-29 14:21:44 +09:00 | 62 commits to master since this release

    PostgreSQL module update

    Default flow for PostgreSQL backup is data and in borg.backup.pgsql.schema-only config have db names for schema only dump.
    Add a reverse flow with borg.backup.pgsql.data-only file 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 dump

    Upgrade 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