From 4dc3822ea84187e666ecd62e40f15f972e1cf2fa Mon Sep 17 00:00:00 2001 From: "M.Goldshteyn" Date: Fri, 6 Sep 2024 09:47:11 +0300 Subject: [PATCH] backup name --- migration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration.sh b/migration.sh index 806e2d8..27df074 100644 --- a/migration.sh +++ b/migration.sh @@ -18,7 +18,7 @@ systemctl is-active --quiet platform5.service && systemctl stop platform5 systemctl is-active --quiet platform6.service && systemctl stop platform6 DB_BACKUP=$SOURCE_DB_NAME.migration.$DATE.sql -echo "backup name:" $Backup_name +echo "backup name:" $DB_BACKUP db_backup() { echo EVENT_STORE=$EVENT_STORE if [[ "$EVENT_STORE" == 0 ]]; then