Hey everyone,
first of all thank you for this new release!
I encountered different problems during the upgrade process:
- The upgrade from rabbitmq from 3.13 to 4.0 requires an additional step: Execute
rabbitmqctl enable_feature_flag all
inside the rabbitmq container before you shut down the container stack before the upgrade. See Upgrading RabbitMQ | RabbitMQ for more information. - I get some errors upon upgrading my workflows: AttributeError: ‘Workflow’ object has no attribute ‘get_state_initial’. I read in the release notes that workflows need to have an initial state before they can be initialized but I did not expect that it also causes an upgrade to fail. I will check my workflows and try the upgrade again. EDIT: My workflows all have an initial status set. So this might be a bug?