From 2a47a555fb2dcf6f3e3eac3272116b1e74f79628 Mon Sep 17 00:00:00 2001 From: Yalh Date: Wed, 30 Jan 2019 04:29:34 +0100 Subject: [PATCH] Adding postgresql dependencies --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 7d97d88..57200e9 100644 --- a/scripts/install +++ b/scripts/install @@ -96,7 +96,7 @@ ynh_app_setting_set $app port $port ### - As well as the section "REINSTALL DEPENDENCIES" in the restore script ### - And the section "UPGRADE DEPENDENCIES" in the upgrade script -ynh_install_app_dependencies redis-server +ynh_install_app_dependencies redis-server postgresql postgresql-contrib ynh_install_nodejs 10 #================================================= diff --git a/scripts/restore b/scripts/restore index b9a2aec..a0dee8c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -91,7 +91,7 @@ chown -R $app: $final_path #================================================= # Define and install dependencies -ynh_install_app_dependencies redis-server +ynh_install_app_dependencies redis-server postgresql postgresql-contrib ynh_install_nodejs 10 #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 6c75129..3673e1d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -90,7 +90,7 @@ ynh_add_nginx_config # UPGRADE DEPENDENCIES #================================================= -ynh_install_app_dependencies redis-server +ynh_install_app_dependencies redis-server postgresql postgresql-contrib ynh_install_nodejs 10 #=================================================