charts icon indicating copy to clipboard operation
charts copied to clipboard

Unable to restore from local backup by backupName

Open nobleess opened this issue 10 months ago • 0 comments

I get this error Error: execution error at (cluster/templates/cluster.yaml:132:5): You need to specify S3 region if endpointURL is not specified. helm.go:86: 2025-03-08 18:51:19.153483 +0300 MSK m=+0.210108334 [debug] execution error at (cluster/templates/cluster.yaml:132:5): You need to specify S3 region if endpointURL is not specified.

version cluster chart 0.2.1 values.yaml

type: postgresql
mode: recovery

recovery:
  method: backup
  backupName: "database-clustermarket-database-daily-backup-1683244800"

cluster:
  instances: 1

PR https://github.com/cloudnative-pg/charts/pull/529

nobleess avatar Mar 08 '25 15:03 nobleess