Replies: 1 comment
-
After update image I see this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys!
How can I upgrade version only for plugin pg_partman?
I use postgres-operator:v1.7.1 with image registry.opensource.zalan.do/acid/spilo-14:2.1-p3 preinstalled pg_partman with version 4.5.1 and I want to update to 4.7.1
If use local postgres I just download plugin and run make install, after use psql with command:
ALTER EXTENSION pg_partman UPDATE TO '4.7.1';
Now I try to create my own docker image spilo with preinstalled plugin, but it's doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions