-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependabot updated rabbitmq and it causes an issue #330
Comments
I think I've come across the same issue, however there's a way around it. Here's what I was seeing in the log:
Either before you upgrade to the latest version of OpenCTI with RabbitMQ 4 or if you rollback RabbitMQ to 3.13, you then need to enable the stable feature flags first:
This will enable all of the stable feature flags for RabbitMQ, including stream_filtering. You can confirm by listing all of the enable feature flags:
Then, update the docker-compose config to the latest 4.0 for RabbitMQ, pull the latest images and start the docker instances again. This corrected the issue for me and hopefully helps others. |
2ccc1d2
I think this update needs to be rolled back because when trying to push an update to opencti rabitmq was put into a crash loop
The text was updated successfully, but these errors were encountered: