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

fix: mysql provisioning bug #1001

Merged
merged 2 commits into from
Jun 20, 2023
Merged

Conversation

oddgrd
Copy link
Contributor

@oddgrd oddgrd commented Jun 13, 2023

Description of change

When we provision an rds database we use the engine name for the database name, this does not work for mysql. As a quick fix I changed it so mysql uses "msql" instead, because we currently don't have any mysql databases (it has not been possible). If we were to change the naming for all databases, we'd have to rename all the existing databases, which we don't want to prioritize right now.

How has this been tested? (if applicable)

Deployed the changes to unstable and deployed a mysql project. I might have uncovered a newer bug where a deployment with an rds database crashes (or incorrectly returns crashed) when it starts waiting for the rds instance to be ready, but looking at aws and provisioner logs the database did get successfully provisioned.

We need to renew the unstable certificate so we should do that and double check this PR works before merging.

@oddgrd oddgrd merged commit 5089c9c into shuttle-hq:main Jun 20, 2023
@oddgrd oddgrd deleted the fix/mysql-rds-db-naming-bug branch June 20, 2023 08:56
AlphaKeks pushed a commit to AlphaKeks/shuttle that referenced this pull request Jun 20, 2023
* fix: mysql provisioning bug

* docs: fix comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants