Hi,
there are two new feature in Azure postgreSQL. we need to add them in Memory optimize pg instance.
"previewFeature": {
"value": "LargeStorage" or ""
"storageAutoGrow": {
"value": "Enabled" or "Disabled"
Auto-grow is in GA as per 26th June
https://azure.microsoft.com/en-au/updates/storage-auto-grow-postgresql/
azurerm_postgresql_server
storage_profile {
storage_mb = 5120
backup_retention_days = 7
geo_redundant_backup = "Disabled"
auto_grow = "Enabled"
}
Availability
https://azure.microsoft.com/en-au/updates/storage-auto-grow-postgresql/
Azure CLI
https://docs.microsoft.com/en-us/cli/azure/postgres/server?view=azure-cli-latest#az-postgres-server-create
Documentation
https://docs.microsoft.com/en-us/azure/postgresql/concepts-pricing-tiers#storage-auto-grow
I'm going to lock this issue because it has been closed for _30 days_ ⏳. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
Most helpful comment
Auto-grow is in GA as per 26th June
https://azure.microsoft.com/en-au/updates/storage-auto-grow-postgresql/
New or Affected Resource(s)
azurerm_postgresql_serverPotential Terraform Configuration
References
Availability
https://azure.microsoft.com/en-au/updates/storage-auto-grow-postgresql/
Azure CLI
https://docs.microsoft.com/en-us/cli/azure/postgres/server?view=azure-cli-latest#az-postgres-server-create
Documentation
https://docs.microsoft.com/en-us/azure/postgresql/concepts-pricing-tiers#storage-auto-grow