Skip to content

Upgrade to Postgres 15.1 for client libraries

Daniel Komaz requested to merge (removed):pg-15.1 into master

What does this MR do?

Uses PG15.1 for the client pg libs. This allows for support of backup/restore to PG15, while still retaining support for PG14, PG13 and PG12. (This has no impact on the version of postgres running as part of the chart, just which version the client libs are built with)

Related issues

Not really an issue, just the last MR for the PG-client-Libs !843 (merged)

Merge request reports