Keywords: RabbitMQ - Virtual Machines - Technical issue - Upgrade
Description:
I'm currently testing an upgrade of old version of Bitnami RabbitMQ virtual machine to v3.7.21 and have encountered some errors. I'd appreciate if someone can provide me some advise.
Versions currently on the VM are RabbitMQ 3.6.5, Erlang 17.4
Once the upgrade is done as per the steps in URL: https://docs.bitnami.com/google/infrastructure/rabbitmq/administration/upgrade/ I encountered below errors
- service wouldn't start and complains about "/opt/bitnami/rabbitmq/sbin/rabbitmq-server: 187: /opt/bitnami/rabbitmq/sbin/rabbitmq-server: erl: not found"
Since it appeared that the script is somehow unable to find the erlang installation, I create a symlink in /usr/bin to point to where erl is located. This seem to stop the erl not found error.
- Still the start up fails creating a dump file.
This VM was created using a bitnami rabbitmq image and I think Erlang binaries came pre-installed.
Is this due to the old version of Erlang installed (17.4) ?
If so can someone advise how I can get the erlang upgraded ?
My apologies if this has already been asked and answered on the forum.