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

Disaster Recovery Updates #4164

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Disaster Recovery Updates #4164

wants to merge 11 commits into from

Conversation

brettedw
Copy link
Collaborator

@brettedw brettedw commented Dec 6, 2024

  • Updated standby cluster config
    • include pgbouncer
    • update backup schedule to match regular deployment
    • remove user (standby will create it's own user)
  • Updated instructions to the simplest workflow I could come up with
    • Change table ownership on the promoted standby cluster
    • Update secrets in deployment YAML
  • resolves DEV: Disaster Recovery Scenario #3993

Test Links:

Landing Page
MoreCast
Percentile Calculator
C-Haines
FireBat
FireBat bookmark
Auto Spatial Advisory (ASA)
HFI Calculator
PSU Insights

Copy link

codecov bot commented Dec 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.73%. Comparing base (79d9274) to head (f5af1cb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4164   +/-   ##
=======================================
  Coverage   80.73%   80.73%           
=======================================
  Files         314      314           
  Lines       12040    12040           
  Branches      540      540           
=======================================
  Hits         9721     9721           
  Misses       2131     2131           
  Partials      188      188           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brettedw brettedw closed this Dec 6, 2024
@brettedw brettedw reopened this Dec 6, 2024
@brettedw brettedw closed this Dec 9, 2024
@brettedw brettedw reopened this Dec 9, 2024
@brettedw brettedw closed this Dec 9, 2024
@brettedw brettedw reopened this Dec 9, 2024
@brettedw brettedw closed this Dec 10, 2024
@brettedw brettedw reopened this Dec 10, 2024
@brettedw brettedw closed this Dec 10, 2024
@brettedw brettedw reopened this Dec 10, 2024
@brettedw brettedw closed this Dec 10, 2024
@brettedw brettedw reopened this Dec 10, 2024
@brettedw brettedw closed this Dec 10, 2024
@brettedw brettedw reopened this Dec 10, 2024
@brettedw brettedw changed the title disaster recovery test Disaster Recovery Updates Dec 10, 2024
@brettedw brettedw closed this Dec 10, 2024
@brettedw brettedw reopened this Dec 10, 2024
@brettedw brettedw closed this Dec 10, 2024
@brettedw brettedw reopened this Dec 10, 2024
@brettedw brettedw requested a review from dgboss December 10, 2024 23:51
@@ -35,7 +38,8 @@ OC_PROCESS="oc -n ${PROJ_TARGET} process -f ${TEMPLATE_PATH}/crunchy_standby.yam
-p SUFFIX=${SUFFIX} \
-p TARGET_NAMESPACE=${PROJ_TARGET} \
-p BUCKET=${BUCKET} \
-p DATA_SIZE=45Gi \
-p DATE=${DATE} \
-p DATA_SIZE=65Gi \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we parameterize DATA_SIZE and WAL_SIZE? It will give us a little more flexibility around test deployments.

@brettedw brettedw closed this Dec 12, 2024
@brettedw brettedw reopened this Dec 12, 2024
Copy link

sonarcloud bot commented Dec 12, 2024

@brettedw brettedw requested a review from dgboss December 12, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DEV: Disaster Recovery Scenario
3 participants