pull/39/head
Cédric Bonhomme 2017-08-07 12:13:56 +02:00
parent ee7b724877
commit 5fd8e43cdc
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 8 additions and 0 deletions

View File

@ -116,6 +116,14 @@ else
fi
if [[ $bypass -eq 0 ]]; then
if [ -e data/dbcredentials/credentialsmysql.cnf ]; then
echo "Dumping database to data/backup"
mysqldump --defaults-file=data/dbcredentials/credentialsmysql.cnf --databases monarc_common > data/backup/dump-common.sql
mysqldump --defaults-file=data/dbcredentials/credentialsmysql.cnf --databases monarc_cli > data/backup/dbdump/dump-cli.sql
else
echo "Database dump not configured. Skipping."
fi
migrate_module $phpcommand $pathCore
migrate_module $phpcommand $pathBO
migrate_module $phpcommand $pathFO