1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update backup

This commit is contained in:
ericgaspar 2022-01-11 11:29:26 +01:00
parent f55797c49b
commit ba70f66300
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -69,7 +69,7 @@ ynh_backup --src_path="/var/log/$app"
#=================================================
ynh_print_info --message="Backing up the MySQL database..."
ynh_mysql_dump_db --database="$db_name" > db.sql
ynh_mysql_dump_db --database="$dbname" > db.sql
#=================================================
# END OF SCRIPT