mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #98] s3 destination no longer working after update > 0.3.0 #81
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brunnels on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/98
I updated the base container and my s3 destination is no longer working. The server is a local s3 running on my qnap over https with letsencrypt certs. The same destination works with volsync, authelia, crunchy postgres operator, cloudnative pg, etc...
Here's the error when adding the destination:
I thought it might be certs because I had an issue with authelia and my letsencrypt certs so I added the same letsencrypt CA and intermediate cert file that resolved that issue and set the
SSL_CERT_FILEenv var to the file path. This didn't resolve anything and I get the same error.The destination works fine with 0.3.0.
@brunnels commented on GitHub (Feb 19, 2025):
I test image tags
0.4.0and0.4.2@brunnels commented on GitHub (Feb 19, 2025):
Here's my flux kustomization manifest in case that might help answer any other questions you might have. https://github.com/brunnels/talos-cluster/tree/kdev2/kubernetes/apps/management/pgbackweb
@eduardolat commented on GitHub (Feb 19, 2025):
Add http:// or https:// in front of your endpoint and try again
@brunnels commented on GitHub (Feb 20, 2025):
@eduardolat yes, that fixed it. I could have sworn I tried that though. Thanks for the assistance and for sharing your work!