Skip to content
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

RabbiMQ validation: Hard dependency on package manager for version check #809

Open
phoenix-bjoern opened this issue Jun 7, 2022 · 2 comments

Comments

@phoenix-bjoern
Copy link
Contributor

During deployment the RabbitMQ version gets validated. This is done by dpkg -s rabbitmq-server | grep Version. This adds a hard dependency on a) Debian package manager (excluding RHEL/CentOS and container setups) and b) an installation of RabbitMQ on the web server, which in high scale setups usually runs on a separate server/container.

While the version check outputs only a warning, the version check can be implemented in a better way in PHP (see #804).

@BaDos
Copy link
Contributor

BaDos commented Jun 29, 2022

It will be done with #804

@BaDos BaDos self-assigned this Jun 29, 2022
@BaDos
Copy link
Contributor

BaDos commented Jun 29, 2022

The internal task MCLOUD-8940 was created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready for Grooming
Development

No branches or pull requests

2 participants