mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-21 18:15:25 +01:00
Page:
How to update the plugin
Pages
4.0.0 Set Up after 3.6.4
APIv4
APIv5 DataExtension API
APIv5 DataExtension API by Example
APIv5 PageExtension API
APIv5 Query API
APIv5
Architectural Decision Records
Bukkit Configuration
Bukkit Set Up
Bungee Configuration
Bungee Set Up
Commands & Permissions
Contribution Guidelines
DataExtension API Getting started
DataExtension API Builders
Database Schema
Database management
External WebServer Use
External Webserver use: Reverse proxy
Get Started
Home
How to configure X
How to update supported fabric version for curseforge release pipeline
How to update the plugin
Html Customization migration guide to React
Html Customization
Localization
Migration guide from Version 4.x.x to Version 5.0
Migration guide from Version 5.5 to 5.6
Migration guide to Version 5.1 build 768
PlaceholderAPI
Possible GDPR Privacy Policy section
Preparation for update with database schema changes
Project Architecture
Project Setup
Query API Getting started
SSL Certificate (HTTPS) Set Up
Supported Plugins
Themes
Web permissions
7
How to update the plugin
Aurora Lahtela edited this page 2023-10-07 14:24:11 +03:00
Migration guides
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
How to update the plugin?
Does the change log have database schema changes?
Game servers
- 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.
Network
- 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.
Documentation
Tutorials
Configuration
- Game server Set-up
- Network Set-up
- Game server Configuration
- Network Configuration
- Login / HTTPS Set-Up
- Commands & Permissions
- Database management
- PlaceholderAPI