Updated Migration guide from Version 5.5 to 5.6 (markdown)

Aurora Lahtela 2023-10-21 11:22:30 +03:00
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.