-
Notifications
You must be signed in to change notification settings - Fork 10
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
Jfrog: Migrate pgsql to flex server #2034
Comments
Changes between our current single module and the new flexible module They build off of azurerm_postgresql_server and azurerm_postgresql_flexible_server respectively. source: Remapped
Reformatted
Administrator Group:
Removed itemsHard coded as part of
Storage AccountThe new terraform module handles the creation of it's own Storage account. So some things are moved there All settings moved to codeblock in module
Conflicts: Cannot create container named Key Vault KeyThe new terraform module handles the creation of it's own Key Vault Key. So some things are moved there Conflicts: Customer Managed KeyBreaking
Key Vault Access Policyazurerm_key_vault_access_policy is included in the module. Conflicts: |
cc. @Karivenu
We need to migrate the Jfrog pgSQL server from single to flex server before march 28.
To Do
Resources
You can find the new modules for flexible servers here https://gitlab.k8s.cloud.statcan.ca/managed-databases/flexible-server/terraform-azurerm-flex-postgresql
Once you have one created, you can follow one of the following mechanisms to migrate data.
https://learn.microsoft.com/en-us/azure/postgresql/migrate/migration-service/tutorial-migration-service-single-to-flexible?tabs=portal%2Coffline
https://learn.microsoft.com/en-us/azure/postgresql/migrate/how-to-migrate-using-dump-and-restore?tabs=psql
The text was updated successfully, but these errors were encountered: