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 added PG13 to PGO's values.yaml as I still have some PG13 instances (and PG13 is still officially supported):
...
postgres_13:
image: <<path to our internal image registry>>/crunchy-postgres:ubi8-13.9-2
...
pgBackRest was implicitly upgraded from image "crunchy-pgbackrest:ubi8-2.41-2" to image "crunchy-pgbackrest:ubi8-2.47-2".
Backups terminated with the following error:
ERROR: [103]: unable to find a valid repository:
repo1: [ProtocolError] expected value '2.41' for greeting key 'version' but got '2.47'
HINT: is the same version of pgBackRest installed on the local and remote host?
I had to explicitly fallback to pgBackRest image "crunchy-pgbackrest:ubi8-2.41-2" again. Question: Is this a bug or how did you plan that we deal with such situations?
The text was updated successfully, but these errors were encountered:
Only latest two Postgres releases are available through Developer program
That means, only PG15 + PG16 container images are provided as of now?
I cannot upgrade from PG13 to a newer version so quickly. But i could continue to use my currently used PG 13.9 container images with PGO 5.5.0 if i explicitly reference them ("image" key). what would be the risk of doing so?
I upgraded PGO 5.3.0 to 5.5.0.
I added PG13 to PGO's values.yaml as I still have some PG13 instances (and PG13 is still officially supported):
pgBackRest was implicitly upgraded from image "crunchy-pgbackrest:ubi8-2.41-2" to image "crunchy-pgbackrest:ubi8-2.47-2".
Backups terminated with the following error:
I had to explicitly fallback to pgBackRest image "crunchy-pgbackrest:ubi8-2.41-2" again.
Question: Is this a bug or how did you plan that we deal with such situations?
The text was updated successfully, but these errors were encountered: