-
Notifications
You must be signed in to change notification settings - Fork 22
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
[IT-3929] Upgrade MySql version #355
Conversation
MySql 5.7 has been deprecated we need to upgrade a the new AWS supported version. This is going to do an `In-place upgrade`[1]. The idea is to upgrade it in dev environment -> test -> propogate to staging -> test -> propogate to prod. [1] https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.MySQL57.EOL.html#Aurora-Performing-an-Upgrade
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update! Are there any breaking changes that your aware of?
We don't have a staging, but it'd be nice if this: https://sagebionetworks.jira.com/browse/IT-3888 was in place to automate the testing of this. We can still probably merge and wait for Brad to be back from Vacation to fully test dev deployment |
I don't know much about the software that's using the DB so i kinda have no idea. I'm guessing @BWMac would probably know and be testing that it works after the upgrade. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
In their docs, Seqera states that the new version is supported and they do not give any warnings that I am aware of in terms of breaking changes so 🤞🏻 it plays out that way in our deployment.
Manually tested this but in-place replacement didn't work.
We will need to do a full migration. |
MySql 5.7 is EOL therefore we need to upgrade to the new AWS supported version of MySql
This is going to do an
In-place upgrade
[1]. The idea is to upgrade it in dev environment -> test -> propogate to prod -> test.[1] https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.MySQL57.EOL.html#Aurora-Performing-an-Upgrade