Description
🌟 Briefly describe the feature
Update the Ghost LXC installation script to use MySQL 8 instead of MariaDB
📝 Detailed description
Ghost CMS officially supports MySQL 8 as the sole database backend for production environments. The current Ghost LXC script in this repository utilizes MariaDB, which is not officially supported and may lead to compatibility issues. To ensure alignment with Ghost’s supported configurations and to prevent potential issues with future releases, the script should be updated to install and configure MySQL 8.
Ghost documentation - What databases are supported in production?
💡 Why is this useful?
Utilizing MySQL 8, as officially recommended by the Ghost team, ensures full compatibility with current and future versions of Ghost. This change helps prevent potential issues related to unsupported database behavior and aligns the LXC setup with Ghost’s documented requirements.