From 22cd9464b87dac44d4f6a8c66e4887b808102e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 3 Dec 2023 11:43:02 +0100 Subject: [PATCH] Remove legacy calls to psql --- scripts/restore | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 565e6fe..6f2ac59 100755 --- a/scripts/restore +++ b/scripts/restore @@ -62,8 +62,6 @@ set_permissions #================================================= ynh_script_progression --message="Restoring the PostgreSQL database..." --weight=2 -ynh_psql_test_if_first_run -ynh_psql_setup_db --db_user=$db_user --db_name=$db_name --db_pwd=$db_pwd ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql #=================================================