From 7e1f3c588224d48a4434dcb97c366c8f59934573 Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Wed, 13 Oct 2021 09:19:34 +0200 Subject: [PATCH] revert(appup): Revert changes to management and dashboard --- apps/emqx_management/src/emqx_management.appup.src | 4 ++-- lib-ce/emqx_dashboard/src/emqx_dashboard.appup.src | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/emqx_management/src/emqx_management.appup.src b/apps/emqx_management/src/emqx_management.appup.src index 225909f4d..a4e1e6a16 100644 --- a/apps/emqx_management/src/emqx_management.appup.src +++ b/apps/emqx_management/src/emqx_management.appup.src @@ -1,13 +1,13 @@ %% -*- mode: erlang -*- {VSN, - [ {<<"4\\.3\\..+">>, + [ {<<"4.3.[0-9]">>, [ {apply,{minirest,stop_http,['http:management']}}, {apply,{minirest,stop_http,['https:management']}}, {restart_application, emqx_management} ]}, {<<".*">>, []} ], - [ {<<"4\\.3\\..+">>, + [ {<<"4.3.[0-9]">>, [ {apply,{minirest,stop_http,['http:management']}}, {apply,{minirest,stop_http,['https:management']}}, {restart_application, emqx_management} diff --git a/lib-ce/emqx_dashboard/src/emqx_dashboard.appup.src b/lib-ce/emqx_dashboard/src/emqx_dashboard.appup.src index 66d050618..4dc02511c 100644 --- a/lib-ce/emqx_dashboard/src/emqx_dashboard.appup.src +++ b/lib-ce/emqx_dashboard/src/emqx_dashboard.appup.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {VSN, - [ {<<"4\\.3\\.+">>, + [ {<<"4.3.[0-9]">>, %% load all plugins %% NOTE: this depends on the fact that emqx_dashboard is always %% the last application gets upgraded @@ -10,7 +10,7 @@ ]}, {<<".*">>, []} ], - [ {<<"4\\.3\\.+">>, + [ {<<"4.3.[0-9]">>, [ {apply, {emqx_rule_engine, load_providers, []}} , {restart_application, emqx_dashboard} , {apply, {emqx_plugins, load, []}}