-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CES-767] Upgrade Postgres SKUs to v5 #298
[CES-767] Upgrade Postgres SKUs to v5 #298
Conversation
🦋 Changeset detectedLatest commit: 7494f69 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this cause a resource delete ?
It should trigger an update in place, buy nobody's using the module yet: we have only one reference from CGN repo, but this change have been asked by them |
As a general priciple, it's ok to maintain It looks like this is worth an Azure Policy that limits available SKU, isn't it? Maybe we can contribute to the global repo? |
It is a personal struggle with numbers incredibly high as major versions and I tend to avoid it when possible, despite I'm aware to be on mistake :) BTW I've changed it to major
Probably |
We can add only a policy in audit mode because the best sku version can change over the time but old resources can have active reservation. So the generic policy should be:
GP_Standard_D2s_v3 is very old (maybe deprecated in next 1 or 2 year) so probably we can deny this sku |
changing sku cause a downtime because db will be restarted, maybe we can insert this information into changelog |
Anyway Postgresql SKU policy is already active for all PROD subscriptions https://github.com/pagopa/eng-azure-governance/blob/main/src/03_policy_set/01_postgresql_prod.tf |
List of changes
Tier L now uses
GP_Standard_D4ds_v5
and tier M moved toGP_Standard_D2ds_v5
Motivation and context
PagoPA owns reservations only for v5
Type of changes
Does this introduce a change to production resources with possible user impact?
Other information