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