1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

Update backup

This commit is contained in:
ericgaspar 2020-10-09 14:15:24 +02:00
parent 37b4dcba72
commit 51d763cec4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -58,6 +58,7 @@ ynh_backup --src_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
#=================================================
# BACKUP THE MYSQL DATABASE
#=================================================
ynh_print_info --message="Backing up the MySQL database..."
ynh_mysql_dump_db --database="$db_name" > db.sql