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

Upgrade MySQL minor version #725

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Upgrade MySQL minor version #725

merged 2 commits into from
Oct 22, 2024

Conversation

ryanjjung
Copy link
Contributor

Description of the Change

AWS auto-upgraded the MySQL database's minor version. This PR adjusts our code to match the version.

Benefits

Deploys, which currently throw this error...

Error: updating RDS DB Instance (tb-apmt-prod): operation error RDS: ModifyDBInstance, https response error StatusCode: 400, RequestID: 56ae8219-9792-451c-a05b-a15fdc6c5241, api error InvalidParameterCombination: Cannot upgrade mysql from 8.0.35 to 8.0.32

...will no longer fail.

Applicable Issues

Related to errors noticed in this job.

@@ -1,7 +1,6 @@
locals {
username = replace("${var.name_prefix}_user", "-", "_")
secret = {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My editor picked this up; auto-removal of an empty line.

Copy link
Member

@MelissaAutumn MelissaAutumn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tyvm!

@ryanjjung ryanjjung merged commit 3bbfbea into main Oct 22, 2024
4 checks passed
@ryanjjung ryanjjung deleted the mysql-version branch October 22, 2024 16:03
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