Skip to content
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

New Feature for azure postgreSQL #3885

Closed
vipinjain1584 opened this issue Jul 19, 2019 · 2 comments · Fixed by #4220
Closed

New Feature for azure postgreSQL #3885

vipinjain1584 opened this issue Jul 19, 2019 · 2 comments · Fixed by #4220

Comments

@vipinjain1584
Copy link

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"
@rafa-pizzi
Copy link

rafa-pizzi commented Aug 1, 2019

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_server

Potential Terraform Configuration

  storage_profile {
    storage_mb            = 5120
    backup_retention_days = 7
    geo_redundant_backup  = "Disabled"
    auto_grow = "Enabled"
  }

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

evenh added a commit to digipost/terraform-provider-azurerm that referenced this issue Sep 3, 2019
Add support for Azure PostgreSQL storage auto-grow. It went into GA on
June 26th 2019.

It is enabled by default, to conform with the behaviour described in
the Azure CLI docs .

This resolves hashicorp#3885
evenh added a commit to digipost/terraform-provider-azurerm that referenced this issue Sep 3, 2019
Add support for Azure PostgreSQL storage auto-grow. It went into GA on
June 26th 2019.

It is enabled by default, to conform with the behaviour described in
the Azure CLI docs .

This resolves hashicorp#3885
@ghost
Copy link

ghost commented Oct 3, 2019

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!

@ghost ghost locked and limited conversation to collaborators Oct 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants