Skip to content

Standby create replica methods #533

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

Merged
merged 15 commits into from
Nov 28, 2023
Merged

Standby create replica methods #533

merged 15 commits into from
Nov 28, 2023

Conversation

eberlep
Copy link
Collaborator

@eberlep eberlep commented Oct 26, 2023

  • Add additional create_replica_method
  • Add STANDBY_* variables

In theory, this should allow us to simply bootstrap a standby via S3:

patronictl remove <clustername>
env:
- name: STANDBY_USE_WALG_BACKUP
  value: "true"
- name: STANDBY_USE_WALG_RESTORE
  value: "true"
- name: STANDBY_WITH_WALG
  value: "true"
- name: STANDBY_AWS_ACCESS_KEY
  value: "BAR"
- name: STANDBY_AWS_SECRET_ACCESS_KEY
  value: "FOO"
- name: STANDBY_AWS_REGION
  value: "us-east-1"
- name: STANDBY_AWS_ENDPOINT
  value: "https://foobar"
- name: STANDBY_AWS_WALG_S3_ENDPOINT
  value: "https+path://foobar"
- name: STANDBY_AWS_S3_FORCE_PATH_STYLE
  value: "true"
- name: STANDBY_AWS_REGION
  value: "us-east-1"
- name: STANDBY_WALG_DISABLE_S3_SSE
  value: "true"
- name: STANDBY_WALG_S3_SSE
  value: ""
- name: STANDBY_WALG_S3_PREFIX
  value: "s3://foo/bar"
- name: STANDBY_WALG_S3_ENDPOINT
  value: "https+path://foobar"

@eberlep eberlep marked this pull request as ready for review November 17, 2023 10:18
@eberlep eberlep changed the title PoC: Standby create replica methods Standby create replica methods Nov 17, 2023
@eberlep eberlep merged commit 5c04c8a into main Nov 28, 2023
@eberlep eberlep deleted the standby_create_replica_methods branch November 28, 2023 10:06
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.

1 participant