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

Set Mariadb version based on pantheon.yml file #16

Closed
dustinleblanc opened this issue Jul 30, 2021 · 0 comments · Fixed by #17
Closed

Set Mariadb version based on pantheon.yml file #16

dustinleblanc opened this issue Jul 30, 2021 · 0 comments · Fixed by #17
Assignees
Labels
enhancement New feature or request pantheon

Comments

@dustinleblanc
Copy link
Collaborator

It looks like Pantheon has begun specifying the Mariadb version in the pantheon.upstream.yml, which doesn't match our pre-emptive method for configuring this.
image

options.database = (options.framework === 'drupal9') ? 'mariadb:10.4': 'mariadb:10.1';

We should swap this to just straight up use the config value from the pantheon.yml

@dustinleblanc dustinleblanc added enhancement New feature or request pantheon labels Jul 30, 2021
@dustinleblanc dustinleblanc self-assigned this Jul 30, 2021
@pirog pirog closed this as completed in d3c4985 Aug 23, 2021
@pirog pirog linked a pull request Aug 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pantheon
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant