From 526cb693d3a00a468143b822ea3b41f79c77f26e Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 13:43:44 -0700 Subject: [PATCH] restore --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index cdc888e166..980631fe28 100644 --- a/backup.sh +++ b/backup.sh @@ -8,7 +8,7 @@ echo "Starting backup...." git pull -# Backup as SQL, CANNOT be used with pg_reestore. +# Backup as SQL, CANNOT be used with pg_restore. sudo docker run --net=host --rm \ --env-file config.env \ --volume=$(pwd)$DATABASE_BACKUP_DIRECTORY:/var/lib/postgresql/data \