Replies: 1 comment 17 replies
-
Upgrading 3.11 to 4.0.4 directly is NOT supported. You MUST upgrade to each intermediate version first, and use the latest patch version for each intermediate - https://www.rabbitmq.com/docs/upgrade |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have a monitor running that tries every minute to send a message and then read it. The problem is that sometimes these errors appear. After crashing and failing to restart, the queue becomes writable and readable again, with the parameters that were defined in the schema files. I.e. the queue is somehow restored and continues working. The problem appeared after upgrading from 3.11 to 4.0.4. The upgrade was done by uninstalling rabbitmq and installing the latest available version from the package manager.
Reproduction steps
Expected behavior
It is expected that no random write and read errors will occur
Additional context
Beta Was this translation helpful? Give feedback.
All reactions