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.
1 parent 93194fb commit 80ff104Copy full SHA for 80ff104
deps/rabbit/src/rabbit_db.erl
@@ -197,9 +197,8 @@ force_load_on_next_boot_using_mnesia() ->
197
rabbit_mnesia:force_load_next_boot().
198
199
post_reset() ->
200
- rabbit_feature_flags:reset(),
201
-
202
wipe_data_dir(),
+ rabbit_feature_flags:reset(),
203
204
%% The cluster status files that RabbitMQ uses when Mnesia is the database
205
%% are initially created from rabbit_prelaunch_cluster. However, it will
0 commit comments