简体   繁体   中英

What is the best way to update Erlang on a Windows installation with RabbitMQ

Today I tried to update to the latest version of Erlang on my Windows 10. (19.1 to 19.2) Finally, I ended up with having to uninstall the current version of Erlang and RabbitMQ, rebooting (for the current version was still loaded in memory), removing the remaining files in 'Program Files' and re-install Erlang and RabbitMQ.

I guess there must be an easier and quicker way, but the documentation did not help me.

Anyone?

Yes, I know: "Use the Linux binaries!", but I have to be able support the Windows distribution too.

I upgraded Erlang and a single node of RabbitMQ on Windows Server 2012 R2 without having to reboot or do any file clean up. Taking your experience into consideration I performed the upgrades in the following steps:

  • stop the RabbitMQ service
  • uninstall Erlang
  • install the new version of Erlang
  • perform an in place upgrade of RabbitMQ

I upgraded a single node of Rabbit MQ based on these instructions .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM