summaryrefslogtreecommitdiff
path: root/sto-tug-kvm2.swamid.se
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2015-04-01 14:35:04 +0200
committerJohan Lundberg <lundberg@nordu.net>2015-04-01 14:35:04 +0200
commit3351c24410b683d2bbe793e75f115b6823f80724 (patch)
treeebdd808cf621918f0fe7223ef53d178576b6c5be /sto-tug-kvm2.swamid.se
parent243f292f7f564a31b976f11994435fcfc05539bf (diff)
Wrong path in db backup script.sunet-ops-2015-04-01-v09
Diffstat (limited to 'sto-tug-kvm2.swamid.se')
-rwxr-xr-xsto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/sto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup b/sto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup
index 9749390..c109b7a 100755
--- a/sto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup
+++ b/sto-tug-kvm2.swamid.se/overlay/usr/local/bin/postgres_backup
@@ -2,7 +2,7 @@
# Simplistic postgres backup
#
-BACKUPROOT="/var/docker/postgres_data/backup/"
+BACKUPROOT="/var/docker/postgresql_data/backup/"
DBCONTAINER="flog_db"
if [ ! -d ${BACKUPROOT} ]; then