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

sql database was not backup

This commit is contained in:
polytan02 2017-02-21 15:27:21 +00:00 committed by GitHub
parent d03ba4130b
commit 4b11920c02

View file

@ -28,3 +28,4 @@
# Dump the database
mysqldump -u "$dbuser" -p"$dbpass" --no-create-db "$dbname" > ./dump.sql
ynh_backup "./dump.sql" "dump.sql"