You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always import default data if rabbit_table:needs_default_data/0 is true
Fixes#7678
References:
* #2384
* #2396
PR #2396 preserved the old behavior where definitions import took
priority over the default data and environment data that may be present.
This behavior continues to confuse users where they expect
`RABBITMQ_DEFAULT_USER` / `RABBITMQ_DEFAULT_PASS` to be imported,
especially if there is no `users` data in the definitions file.
This PR allows default data and the environment to be imported first,
then possibly overwritten by the definitions file.
0 commit comments