From 1fe82fe92395fea165253313e519cb87e46abdc7 Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:29:31 +0100 Subject: [PATCH] Backup script: change _ for - in container name. --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index c283b93..8196dda 100755 --- a/backup.sh +++ b/backup.sh @@ -56,7 +56,7 @@ function etebase_backup { function synapse_backup { - docker exec -t synapse_postgres pg_dumpall -c -U synapse > "$synapsepg_datadir/dump.sql" + docker exec -t synapse-postgres pg_dumpall -c -U synapse > "$synapsepg_datadir/dump.sql" compose_stop synapse borg_create synapse [[ $restart -eq 1 ]] && compose_start synapse