-
-
Notifications
You must be signed in to change notification settings - Fork 171
How to update the plugin
Aurora Lahtela edited this page Oct 7, 2023
·
7 revisions
Sometimes manual steps are required when updating - these guides are linked in the change log of specific version's change log if they are required.
- Migration guide from Version 5.5 to 5.6
- Html Customization -migration guide to React
- Migration guide from Version 5.1 build 657 to 5.1 build 768
- Migration guide from Version 4.x.x to Version 5.0
- Migration guide from Version 3.x.x to Version 4.0.0
- Replace the jar file
- Restart the server
💭 Why can't I reload instead of restarting?
The jar contains some of the web-resources and if the server is not restarted the JVM classpath may point to the wrong jar file, leading to errors on the website.
- Replace all jar files
- Restart the servers
💭 Can I update just the proxy server?
In some cases this is possible, but it is recommended to update all servers anyway.
It is not possible when:
- The update has changes to data gathering from game server
- The update contains database schema changes
Note that old versions may continue to function despite incompatibilities, but such functionality is not guaranteed since it is not tested when updating the plugin.