-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The site we support upgraded to using Aurora 3.07 and there seem to be a number of compatibility issues which are cascading into other issues in our local Drupal.
Aurora 3.07 is reported to be compatible with MySQL 8.0.36. However, using DB_IMAGE='docksal/mysql:8.0' creates a MySQL 8.0.28 instance and attempting to import the database simply fails.
I see in this project's Makefile that it sets VERSION ?= 8.0 - is it possible to set this variable in my docksal.env file or elsewhere? E.G., so that when I set it to 8.0.36 it will pull mysql:8.0.36-oracle
If that is not possible, can we get this image updated to use 8.0.36?
Re: MariaDB - The only AWS documentation I could find about Maria/Aurora compatibility indicated that we'd need to set up a separate database and perform a database migration task. If such a task is not necessary with a newer version of MariaDB we would be glad to continue using that instead of upgrading the MySQL version.