Migrate your Ghost SQLite Database to MySQL
The Ghost Docker image update switched the default database from SQLite3 to MySQL, causing some issues. This post shows how to migrate your containerized Ghost installation from SQLite3 to MySQL, including modifying docker-compose.yml, backing up data, and reconfiguring your Ghost site.…