Browse Source

fix(machine_boot): add `emqx_durable_storage` to reboot apps list

Thales Macedo Garitezi 2 years ago
parent
commit
a53768c1d4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      apps/emqx_machine/src/emqx_machine_boot.erl

+ 2 - 1
apps/emqx_machine/src/emqx_machine_boot.erl

@@ -146,7 +146,8 @@ basic_reboot_apps() ->
             emqx_slow_subs,
             emqx_slow_subs,
             emqx_auto_subscribe,
             emqx_auto_subscribe,
             emqx_plugins,
             emqx_plugins,
-            emqx_psk
+            emqx_psk,
+            emqx_durable_storage
         ] ++ basic_reboot_apps_edition(emqx_release:edition()).
         ] ++ basic_reboot_apps_edition(emqx_release:edition()).
 
 
 basic_reboot_apps_edition(ce) ->
 basic_reboot_apps_edition(ce) ->