From f6d720f7b44d1e350a42232e1cf0ae83734392c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Mon, 29 May 2023 15:51:55 +0800 Subject: [PATCH] . --- autopgbkup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopgbkup.sh b/autopgbkup.sh index dd0761a..41e9951 100755 --- a/autopgbkup.sh +++ b/autopgbkup.sh @@ -48,7 +48,7 @@ DBHOST=localhost DBPORT=5432 # List of DBNAMES for Daily/Weekly Backup e.g. "DB1 DB2 DB3" #DBNAMES="htyuc_huiwings htyws_huiwings htytask_huiwings" -DBNAMES="${DBNAMES}" +#DBNAMES="${DBNAMES}" # Backup directory location e.g /backups BACKUPDIR="/data/backup/postgres"