Skip to content

Commit 6588429

Browse files
authored
Merge pull request #12886 from rabbitmq/mergify/bp/v4.0.x/pr-12869
rabbit_db: Return error from `force_boot_command_test/0` with Khepri (backport #12869)
2 parents 577d9c4 + f0f7438 commit 6588429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_db.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ force_load_on_next_boot() ->
182182
%% Potentially, it could also be replaced with a way to export all the
183183
%% data.
184184
case rabbit_khepri:is_enabled() of
185-
true -> ok;
185+
true -> {error, unsupported_with_khepri};
186186
false -> force_load_on_next_boot_using_mnesia()
187187
end.
188188

0 commit comments

Comments
 (0)