Support Release v3.2.0
Change Notes
- Upgrade to MySQL 8.0.x for out of the box macOS ARM support
- Node 14 code compatibility (Node 16 is still the default)
- Migration of .env application settings to config.yml
- Fixed small bug with .webp to .png image conversion
- Updated npm packages
Upgrade Notes for v3.0/v3.1 users
If you are upgrading from v3.0/v3.1, you can overwrite all your existing server files.
- Open up a Terminal/PowerShell
- Switch path to your server directory with
cd
command - Run the
docker compose up
command inside your server directory
Upgrade will now happen automatically and may take some time.
You will see a bunch of connection error messages during the upgrade, don't worry about them.
The upgrade is complete if you see a similar log message:
Server upgrade from '50700' to '80036' completed.