0

I have one instance of Azure Database for MySQL. The current configuration of the instance is "Gen5 - General Purpose - 2 vCore - 10GBMem". I would like to scale it to "Gen5 - Memory Optimised - 2 vCore - 20GBMem". Since I am going to do this on a trial basis, I need to be able to scale it down to current configuration and do not want to get stuck in the "Memory-optimized" instance upgrade. I searched for documentation on this but unfortunately, I could not find anything effective and useful.

Please let me know if I can interchange between the two configurations.

Additional link for reference: https://docs.microsoft.com/en-us/azure/mysql/concepts-pricing-tiers

s_ruchit
  • 203
  • 1
  • 10

1 Answers1

0

Yes, to and from General Purpose and Memory Optimized is possible. See: Scale Resources for more information.

After you create a server, the number of vCores, hardware generation, and pricing tier (except to and from Basic) can be changed up or down within seconds. You also can independently adjust the amount of storage up and the backup retention period up or down with no application downtime. You can't change the backup storage type after a server is created. For more information, see the Scale resources section.

Please le me know if you have additinal questions.

Mike Ubezzi
  • 101
  • 1