hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.59k stars 4.63k forks source link

Support for Azure Database for MySQL - Flexible Server major version upgrade #18541

Open abilous-ti opened 2 years ago

abilous-ti commented 2 years ago

Is there an existing issue for this?

Community Note

Description

The major version upgrade feature allows you to perform in-place upgrades of existing instances of Azure Database for MySQL - Flexible Server from MySQL 5.7 to MySQL 8.0 with the click of button, without any data movement or the need to make any application connection string changes. Take advantage of this functionality to efficiently perform major version upgrades on your instances of Azure Database for MySQL - Flexible Server and so that you can leverage the latest that MySQL 8.0 has to offer.

Current configuration of version in azurerm_mysql_flexible_server forces a new MySQL Flexible Server to be created.

New configuration of version change should allow in-place upgrades of MySQL 5.7 servers to MySQL 8.0 without any data movement or the need of any application connection string changes.

New or Affected Resource(s)/Data Source(s)

azurerm_mysql_flexible_server

Potential Terraform Configuration

No response

References

https://azure.microsoft.com/en-us/updates/public-preview-azure-database-for-mysql-flexible-server-major-version-upgrade/

abilous-ti commented 1 year ago

@mybayern1974 Will it possible to implement in near future?

lieberlois commented 6 months ago

Is this implemented yet?

gls4 commented 5 months ago

Any word on whether this is planned for implementation?