ece-tools icon indicating copy to clipboard operation
ece-tools copied to clipboard

RabbiMQ validation: Hard dependency on package manager for version check

Open phoenix-bjoern opened this issue 3 years ago • 2 comments

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).

phoenix-bjoern avatar Jun 07 '22 07:06 phoenix-bjoern

It will be done with https://github.com/magento/ece-tools/issues/804

BaDos avatar Jun 29 '22 19:06 BaDos

The internal task MCLOUD-8940 was created

BaDos avatar Jun 29 '22 19:06 BaDos