-
Notifications
You must be signed in to change notification settings - Fork 327
Description
** 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
- Operating System:
- Where is this running ( Local , Cloud Provider)
- Storage being used (NFS, Hostpath, Gluster, etc):
- Container Image Tag:
- PostgreSQL Version:
- Platform (Docker, Kubernetes, OpenShift):
- Platform Version:
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