From 71cd0b7b70fd5bcaf6002381d7bc16bbb73f95fb Mon Sep 17 00:00:00 2001 From: Aris Date: Wed, 15 Mar 2023 06:38:33 +0100 Subject: [PATCH] Remove `config migrate_to_db` See #25 --- scripts/upgrade | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9407a80..37522e8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -289,15 +289,6 @@ ynh_script_progression --message="Reloading NGINX web server..." --weight=1 ynh_systemd_action --service_name=nginx --action=reload -#================================================= -# POST UPGRADE -#================================================= - -# Correct path to 'static dir' in DB -# This must be done when Pleroma is running (i.e. after install/upgrade and start) -ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "$final_path/live/bin/pleroma_ctl config migrate_to_db" - - #================================================= # END OF SCRIPT #=================================================