mirror of https://github.com/pditzel/dbb.git

Patrick Ditzel
07.19.2022 5bbe9ac2ab8975efea6982747944416b607e9eb4
Update postgresql-localhost
1 files modified
2 ■■■ changed files
dbb-modules/postgresql-localhost 2 ●●● patch | view | raw | blame | history
dbb-modules/postgresql-localhost
@@ -21,7 +21,7 @@
    sudo -H -u postgres pg_dumpall > "$TMP_DIR"/local_dumpall.pgsql
    debug "Diff alldumps from Postgres local"
    # Check if there are differences between the actual dump and the last dump
    backup_file_handler "$TMP_DIR $BACKUP_DIR" local_dumpall.pgsql
    backup_file_handler "$TMP_DIR" "$BACKUP_DIR" local_dumpall.pgsql
}
function pg_local_single {