From a53768c1d4627083a6d2ec993b0d712d3f094469 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Mon, 10 Jul 2023 14:39:44 -0300 Subject: [PATCH] fix(machine_boot): add `emqx_durable_storage` to reboot apps list --- apps/emqx_machine/src/emqx_machine_boot.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/emqx_machine/src/emqx_machine_boot.erl b/apps/emqx_machine/src/emqx_machine_boot.erl index b929f0d72..de3c67207 100644 --- a/apps/emqx_machine/src/emqx_machine_boot.erl +++ b/apps/emqx_machine/src/emqx_machine_boot.erl @@ -146,7 +146,8 @@ basic_reboot_apps() -> emqx_slow_subs, emqx_auto_subscribe, emqx_plugins, - emqx_psk + emqx_psk, + emqx_durable_storage ] ++ basic_reboot_apps_edition(emqx_release:edition()). basic_reboot_apps_edition(ce) ->