We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
force_boot_command_test/0
1 parent 7bc7808 commit 56f90a5Copy full SHA for 56f90a5
deps/rabbit/src/rabbit_db.erl
@@ -182,7 +182,7 @@ force_load_on_next_boot() ->
182
%% Potentially, it could also be replaced with a way to export all the
183
%% data.
184
case rabbit_khepri:is_enabled() of
185
- true -> ok;
+ true -> {error, unsupported_with_khepri};
186
false -> force_load_on_next_boot_using_mnesia()
187
end.
188
0 commit comments