mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-19 22:02:51 +01:00
Updated Migration guide from Version 5.5 to 5.6 (markdown)
parent
9fd380aa3d
commit
4973564548
@ -8,6 +8,13 @@ After update old versions will be unable to read/write web users.
|
||||
|
||||
You can use `/plan servers` to check if you have all servers updated.
|
||||
|
||||
## Backup your database
|
||||
|
||||
5.6 modifies database schema so if you would like to return to 5.5 it is recommended to backup your database.
|
||||
|
||||
- If using MySQL/MariaDB, mysqldump/mariadbdump are recommended.
|
||||
- If using SQLite, shutdown the server and copy database.db (Make sure database.db-shm or database.db-wal don't exist which suggests improper shutdown)
|
||||
|
||||
## Setting up new web permission stuff
|
||||
|
||||
This only applies if you have HTTPS enabled.
|
||||
|
Loading…
Reference in New Issue
Block a user