Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MySQL 8.0 images #308

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Add MySQL 8.0 images #308

wants to merge 14 commits into from

Conversation

tobybellwood
Copy link
Member

@tobybellwood tobybellwood commented Sep 16, 2021

This PR introduces a new MySQL-8.0 base image.

Note that whilst it is functionally similar to the MariaDB image, there are a few differences:

  • All variables are now namespaced MYSQL_* instead of MARIADB_*
  • there is no mysql-X-drupal variant. This means that the default user, pass and database are all lagoon (instead of drupal)
  • You should assume there is no migration path between mysql and mariadb for local stored databases. Any migration should occur using export/import dumps

We intend to only release the LTS images - this means there will be no 8.1, 8.2 or 8.3 images

Related to #242

@tobybellwood tobybellwood changed the title **DO NOT MERGE** Add MySQL images for local development only Add MySQL 8.0 images Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants