From 5bbe9ac2ab8975efea6982747944416b607e9eb4 Mon Sep 17 00:00:00 2001
From: Patrick Ditzel <pditzel@users.noreply.github.com>
Date: Wed, 07 Dec 2022 09:19:57 +0000
Subject: [PATCH] Update postgresql-localhost
---
dbb-modules/postgresql-localhost | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dbb-modules/postgresql-localhost b/dbb-modules/postgresql-localhost
index 9747832..539514d 100644
--- a/dbb-modules/postgresql-localhost
+++ b/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 {
--
Gitblit v1.10.0