CrunchyData / crunchy-containers

Containers for Managing PostgreSQL on Kubernetes by Crunchy Data
https://www.crunchydata.com/
Apache License 2.0
1.02k stars 327 forks source link

I am failing to find a version listing for postgres and backrest containers #1546

Open jgsuess opened 6 months ago

jgsuess commented 6 months ago

Which example are you working with?

I am working with a helm chart and need a coordinated pair of containers for PG14. The example only lists PG 16, which is unsupported by my application. The version number for PG is encoded in the container tag, but the version of compatible backrest is not.

What is the current behavior?

The system fails to start, hinting that there is a version mismatch during handshake

What is the expected behavior?

I would like to see a table or listing that shows which postgres containers work with which backrest containers

Other information (e.g. detailed explanation, related issues, etc)

blocker

https://gitlab.com/smilecdr-public/smile-dh-helm-charts

If possible please run the following on the kubernetes or Openshit (oc) commands and provide the result: kubectl describe yourPodName kubectl describe pvc kubectl get nodes kubectl log yourPodName