You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered:
** 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
The text was updated successfully, but these errors were encountered: