From 4f7830b5956ca7aa100b8daa81affbf674262f85 Mon Sep 17 00:00:00 2001 From: nemsia Date: Wed, 26 Apr 2017 16:12:34 +0200 Subject: [fix] PG restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/restore b/scripts/restore index 65a4af8..7820e04 100644 --- a/scripts/restore +++ b/scripts/restore @@ -90,7 +90,7 @@ sudo cp $YNH_APP_BACKUP_DIR/mastodon_db.sql $final_path ynh_psql_create_db_without_password "$app" sudo systemctl restart postgresql sudo su - postgres <