From 58c0b6e96c1d4db0bc841ca8f08516149e516201 Mon Sep 17 00:00:00 2001 From: Yalh Date: Thu, 24 Jan 2019 06:14:50 +0100 Subject: [PATCH] fix restore error --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 33a5adb..f5f3aef 100755 --- a/scripts/restore +++ b/scripts/restore @@ -60,6 +60,7 @@ ynh_restore_file "$final_path" # RESTORE THE POSTGRESQL DATABASE #================================================= +ynh_install_app_dependencies postgresql postgresql-contrib ynh_psql_test_if_first_run ynh_psql_create_user "$app" "$db_pwd" ynh_psql_execute_as_root \