Re: [go-cd] Postgres backup not working on gocd server pod

2023-06-20 Thread Alexandru Cojocariu
As I thought the helmchart will have to be tweaked a bit either way. Thanks for the answer! Pe marți, 20 iunie 2023, la 15:17:51 UTC+3, Chad Wilson a scris: > Hi Alex > > You would need to either > - build your own custom child GoCD server image which contains the > relevant postgres binaries

Re: [go-cd] Postgres backup not working on gocd server pod

2023-06-20 Thread Chad Wilson
Hi Alex You would need to either - build your own custom child GoCD server image which contains the relevant postgres binaries for your Postgres version, push 8t to our own registry and then override the repository/image:tag when installing the Helm chart, or - use an additional docker entrypoint

[go-cd] Postgres backup not working on gocd server pod

2023-06-20 Thread Alexandru Cojocariu
Hello, I am facing an issue regarding the GoCD postgres backup. I am using an external postgres server and I am trying to trigger a backup (using the GoCD API) with a curl command: curl 'https:///go/api/backups' -i -u ':' -H 'X-GoCD-Confirm: true' -H 'Accept: application/vnd.go.cd.v2+json' -X