From f09ca91af5ae7936c7e58ac6e4d21cad9124fea7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 20 Jul 2021 19:34:33 +0200 Subject: [PATCH] Test previous upgrade --- check_process | 4 ++-- manifest.json | 2 +- scripts/restore | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index c0b7c3a..0da3c3c 100644 --- a/check_process +++ b/check_process @@ -10,8 +10,8 @@ setup_private=1 setup_public=1 upgrade=1 - # 12.83.0~ynh1 - #upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f + #12.83.0~ynh1 + upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f backup_restore=1 multi_instance=1 change_url=0 diff --git a/manifest.json b/manifest.json index 659aed3..a95ba65 100644 --- a/manifest.json +++ b/manifest.json @@ -33,7 +33,7 @@ { "name": "is_public", "type": "boolean", - "help": { + "help": { "en": "If enabled, Misskey will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Misskey sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, diff --git a/scripts/restore b/scripts/restore index fdd0dcc..8c790e1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -32,7 +32,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain) path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) db_name=$(ynh_app_setting_get --app=$app --key=db_name) -db_user=$app +db_user=$db_name db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) #=================================================