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:
parent
4b11920c02
commit
5f1416300a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue