CLA_BACKEND PROD: increase snapshot retention period for cla backend DB#42706
Open
willclarke (willc-work) wants to merge 1 commit into
Open
CLA_BACKEND PROD: increase snapshot retention period for cla backend DB#42706willclarke (willc-work) wants to merge 1 commit into
willclarke (willc-work) wants to merge 1 commit into
Conversation
Contributor
Terraform Plan SummaryTerraform Plan: 0 to be created, 0 to be destroyed, 7 to be updated, 2 to be replaced and 79 unchanged.Resources to update:! kubernetes_secret.cla_backend_intermediary
! kubernetes_secret.cla_backend_snapshot_restore
! module.cla_backend_intermediary.aws_iam_policy.irsa[0]
! module.cla_backend_metabase_rds.aws_db_parameter_group.custom_parameters
! module.cla_backend_rds_postgres_14.aws_db_instance.rds
! module.cla_backend_snapshot_restore.aws_iam_policy.irsa[0]
! pingdom_check.laa-cla-backend-pingdomResources to replace:-+ module.cla_backend_intermediary.aws_db_instance.rds
-+ module.cla_backend_snapshot_restore.aws_db_instance.rds |
Contributor
|
This PR CANNOT be auto approved and requires manual approval from the Cloud Platform team.
Please raise it in #ask-cloud-platform Slack channel. |
dda5b15 to
e996e4a
Compare
Contributor
Terraform Plan SummaryTerraform Plan: 0 to be created, 0 to be destroyed, 7 to be updated, 2 to be replaced and 79 unchanged.Resources to update:! kubernetes_secret.cla_backend_intermediary
! kubernetes_secret.cla_backend_snapshot_restore
! module.cla_backend_intermediary.aws_iam_policy.irsa[0]
! module.cla_backend_metabase_rds.aws_db_parameter_group.custom_parameters
! module.cla_backend_rds_postgres_14.aws_db_instance.rds
! module.cla_backend_snapshot_restore.aws_iam_policy.irsa[0]
! pingdom_check.laa-cla-backend-pingdomResources to replace:-+ module.cla_backend_intermediary.aws_db_instance.rds
-+ module.cla_backend_snapshot_restore.aws_db_instance.rds |
Contributor
|
This PR CANNOT be auto approved and requires manual approval from the Cloud Platform team.
Please raise it in #ask-cloud-platform Slack channel. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
we are dealing with a data loss incident that occurred last thursday evening, the current snapshot is due to be deleted in the next 24 hours and we want to keep it around a bit longer until we are sure we have restored the data. My assumption is that this PR will ensure the snapshot remains available until next thursday.