[
{ type: upgrade
  message: <<EOM
In preparation for upgrading to future RabbitMQ releases, users *must*
enable all feature flags before upgrading to v4.0.4, and subsequently,
enable all feature flags *again* directly after upgrading.

See https://www.rabbitmq.com/docs/upgrade for details.
EOM
}
{ type: install
  message: <<EOM
First-time users will want to run:

sudo -u rabbitmq rabbitmq-plugins enable rabbitmq_management
sudo -u rabbitmq rabbitmqctl enable_feature_flag --experimental khepri_db

and restart, to enable the web admin console at http://localhost:15672/
with a default username and password of guest:guest. You should change it..

See https://www.rabbitmq.com/docs for install help, and
https://www.rabbitmq.com/docs/configure for further options.
EOM
}
]
