1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update restore

This commit is contained in:
Éric Gaspar 2023-06-11 13:13:58 +02:00
parent b6091c4f70
commit 028d6ebbbe

View file

@ -23,7 +23,7 @@ ynh_restore_file --origin_path="$install_dir"
#=================================================
ynh_script_progression --message="Restoring the PostgreSQL database..." --weight=9
ynh_pgsql_connect_as --user=$db_user --password=$db_pwd --database=$db_name --default_character_set="utf8mb4" < ./db.sql
ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name --default_character_set="utf8mb4" < ./db.sql
#=================================================
# RESTORE THE PHP-FPM CONFIGURATION