CrunchyData / crunchy-containers

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

Updated pg upgrade Dockerfile to import all pg extensions. #1488

Closed dsessler7 closed 1 year ago

dsessler7 commented 1 year ago

Checklist:

Type of Changes:

What is the current behavior? (link to any open issues here) Currently, the crunchy-upgrade image does not have all of the pg extensions installed. Therefore, when a pg cluster that is using any of the extensions that are not installed in the crunchy-upgrade image is upgraded, the upgrade will fail.

[sc-16369]

What is the new behavior (if this is a feature change)? All pg extensions are now installed when a crunchy-upgrade image is built. Therefore, any pg clusters using any extensions can be successfully upgraded.

Other information: