planetscale / vitess-operator

Kubernetes Operator for Vitess
Apache License 2.0
300 stars 74 forks source link

missing backup args for vtctld #245

Closed L3o-pold closed 8 months ago

L3o-pold commented 2 years ago

Following the discussion on Slack https://vitess.slack.com/archives/C0PQY0PTK/p1635093608043400.

vtctld is clearly missing the backup parameters like --s3_backup_aws_endpoint=s3.endpoint.com.

deepthi commented 1 year ago

Full set of flags needed for s3:

      --backup_storage_implementation=s3
      --s3_backup_aws_endpoint=s3.endpoint.com
      --s3_backup_aws_region=eu-central-003
      --s3_backup_storage_bucket=fake-bucket-name
      --s3_backup_storage_root=vt

There are similar flags for gcs

tokikanno commented 1 year ago

You'll also need to update following s3 credential files settings manually if you've configured in the backup > locations > authSecret section.

have to be manually patched via CRD yaml for letting vtctld backup related commands working.

voarsh2 commented 10 months ago

Any progress or thoughts on this?

frouioui commented 8 months ago

Hey @L3o-pold are you still experiencing this issue?

L3o-pold commented 8 months ago

@frouioui the s3_backup_aws_endpoint flag seems available on vtctld now