Question
How to downgrade the spec of a managed MySQL DB
There doesn’t seem to be any official docs on lowering the specs of a managed MySQL DB.
I was thinking of creating a separate DB and then restoring the old DB to it, but I will then have to change all the connections to the DB. Is there a simpler way to do this where I can keep all the old connections?
If not I will think about moving to a different cloud service as it will be the same amount of work migrating the DB.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×