fix(hot upgrade): fix bad hot upgrade script

This commit is contained in:
zhouzb 2020-12-23 10:33:04 +08:00 committed by tigercl
parent 897f862d29
commit 305918ec9e
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,6 @@
end,
{VSN,
[
{<<".*">>, []},
{"4.2.2", [
{load_module, emqx_metrics, brutal_purge, soft_purge, []}
]},
@ -27,10 +26,10 @@
[emqx, force_shutdown_policy,
#{message_queue_len => DefaultLen,
max_heap_size => DefaultSize div WordSize}]}}
]}
]},
{<<".*">>, []}
],
[
{<<".*">>, []},
{"4.2.2", [
{load_module, emqx_metrics, brutal_purge, soft_purge, []}
]},
@ -45,6 +44,7 @@
{load_module, emqx_channel, brutal_purge, soft_purge, []},
{load_module, emqx_mod_topic_metrics, brutal_purge, soft_purge, []},
{load_module, emqx_json, brutal_purge, soft_purge, []}
]}
]},
{<<".*">>, []}
]
}.