Skip to content

Commit 78264bf

Browse files
Undo recovery step dependency
Requires more extensive review and out of scope for #1869.
1 parent 3d92284 commit 78264bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
-rabbit_boot_step({recovery,
187187
[{description, "exchange, queue and binding recovery"},
188188
{mfa, {rabbit, recover, []}},
189-
{requires, upgrade_queues},
189+
{requires, [core_initialized]},
190190
{enables, routing_ready}]}).
191191

192192
-rabbit_boot_step({empty_db_check,

0 commit comments

Comments
 (0)