Browse Source

backup name

master
M.Goldshteyn 1 year ago
parent
commit
4dc3822ea8
  1. 2
      migration.sh

2
migration.sh

@ -18,7 +18,7 @@ systemctl is-active --quiet platform5.service && systemctl stop platform5 @@ -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

Loading…
Cancel
Save