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 \