1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

Conflict between dumps

This commit is contained in:
polytan02 2017-02-21 18:16:43 +00:00 committed by GitHub
parent 4b11920c02
commit 5f1416300a

View file

@ -27,5 +27,5 @@
ynh_backup "/etc/php5/fpm/pool.d/$app.conf" "php-fpm.conf"
# Dump the database
mysqldump -u "$dbuser" -p"$dbpass" --no-create-db "$dbname" > ./dump.sql
ynh_backup "./dump.sql" "dump.sql"
mysqldump -u "$dbuser" -p"$dbpass" --no-create-db "$dbname" > ./db.sql
ynh_backup "db.sql" "dump.sql"