chore(dashboard/emqx) appups

This commit is contained in:
Georgy Sychev 2022-03-25 15:44:18 +04:00
parent b3de664c64
commit ad3f8155c0
2 changed files with 5 additions and 1 deletions

View File

@ -5,12 +5,14 @@
%% NOTE: this depends on the fact that emqx_dashboard is always
%% the last application gets upgraded
[ {apply, {emqx_rule_engine, load_providers, []}}
, {load_module,emqx_dashboard_admin,brutal_purge,soft_purge,[]}
, {restart_application, emqx_dashboard}
, {apply, {emqx_plugins, load, []}}
]}
],
[ {<<".*">>,
[ {apply, {emqx_rule_engine, load_providers, []}}
, {load_module,emqx_dashboard_admin,brutal_purge,soft_purge,[]}
, {restart_application, emqx_dashboard}
, {apply, {emqx_plugins, load, []}}
]}

View File

@ -1,7 +1,9 @@
%% -*- mode: erlang -*-
%% Unless you know what you are doing, DO NOT edit manually!!
{VSN,
[{"4.3.13",
[{"4.3.14",
[{load_module,emqx,brutal_purge,soft_purge,[]}]},
{"4.3.13",
[{load_module,emqx_plugins,brutal_purge,soft_purge,[]},
{load_module,emqx_frame,brutal_purge,soft_purge,[]},
{load_module,emqx_sys_mon,brutal_purge,soft_purge,[]},