Skip to content
On this page

0.2.0 -> 0.3.0

Upgrade RabbitMQ

In order to upgrade to Mappia v0.3.0, you will need to enable the associated RabbitMQ feature flags.

DANGER

If you do not do this RabbitMQ will not start after upgrading.

bash
rabbitmqctl enable_feature_flag quorum_queue
rabbitmqctl enable_feature_flag implicit_default_bindings
rabbitmqctl enable_feature_flag virtual_host_metadata
rabbitmqctl enable_feature_flag maintenance_mode_status
rabbitmqctl enable_feature_flag user_limits