CDCgov / prime-simplereport

SimpleReport is a fast, free, and easy way for COVID-19 testing facilities to report results to public health departments.
https://simplereport.gov
Creative Commons Zero v1.0 Universal
56 stars 55 forks source link

Remove DB storage alert once Flexible DB servers support auto-grow storage #3359

Open jdorothy opened 2 years ago

jdorothy commented 2 years ago

Description

What it says on the tin - Flexible DBs don't support storage auto-growth yet, so we added a storage space alert in #3180. We can remove it once auto-grow is supported.

Proposed solution

Remove the alert from TF.

emmastephenson commented 2 years ago

Blocked until Flexible DBs support auto-growth storage.

zdeveloper commented 1 year ago

blocked by terraform upgrade

rin-skylight commented 1 year ago

As of 27 February 2023, Azure Flexible Servers for Postgres still do not support auto-grow storage. This ticket will be revisited at the end of March to check for changes.

rin-skylight commented 1 year ago

Auto-grow is still not available as of 5 Jun 2023.

rin-skylight commented 1 year ago

Auto-grow is available in preview as of 1 July 2023! Unfortunately, it is not yet available via Terraform, so this item is still blocked for the time being.

alismx commented 7 months ago

Terraform supports storage auto-grow.

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/postgresql_flexible_server

https://azure.microsoft.com/en-us/updates/public-preview-storage-autogrow-online-disk-scaling-for-azure-database-for-postgresql-flexible-server/

alismx commented 7 months ago

We need to upgrade the azurerm provider before we can enable this.