Upgrade ejabberd from 23.10 to 25.08 #602
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/upgrade_ejabberd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upgrades ejabberd to the latest stable version.
Includes an important fix, namely configuring the allowed port range for EPMD connections (for Erlang inter-node communication). It was set manually on one of the servers, but missing on the other, which caused the port to be randomized, which then made it impossible to join its cluster from other nodes, which is necessary during ejabberd upgrades.
Also configures SQL upgrades to run automatically now (surprisingly a fairly recent feature addition to ejabberd).
closes #544
👍