GitHub user bradh352 added a comment to the discussion: Alternative to MySQL
If you're on a MySQL version prior to v8, you can just uninstall mysql and install MariaDB and run the standard mysql_upgrade (err, mariadb_upgrade) command. But if you're on version 8, you have to do a full dump / reload due to incompatible on-disk formats. I haven't gone through this process for cloudstack, but assuming your database isn't too large its not a big deal. GitHub link: https://github.com/apache/cloudstack/discussions/12513#discussioncomment-15598163 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
