From 16af9ed087ca3ce67d9e8bb299c5ce517ee2b755 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 14 Mar 2022 22:13:23 +0100 Subject: [PATCH] Fix restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/restore b/scripts/restore index 77124f5..52430df 100644 --- a/scripts/restore +++ b/scripts/restore @@ -90,6 +90,8 @@ ynh_psql_execute_as_root --sql "CREATE USER ${db_user} WITH PASSWORD '${db_pwd}' #================================================= ynh_script_progression --message="Restoring various files..." +ynh_restore_file --origin_path="/var/lib/pgadmin" + # Restore systemd configuration ynh_script_progression --message="Reconfiguring application..." ynh_restore_uwsgi_service