John
John
How do you deploy spilo within the zalando/postgres-operator framework?
Thanks, @Jan-M and @FxKu . Curious question - if I were to use patroni to do something with this: ``` post_bootstrap or post_init: An additional script that will be executed...
@Jan-M Thanks for the advice! One thing I am having trouble wrapping my head around is I get that postgres-operator uses patroni/spilo stuff under the cover but how do I...
@Jan-M Perhaps call the patroni **post_init** from a cluster manifest? Where would I put it in this example: ``` --- apiVersion: "acid.zalan.do/v1" kind: postgresql metadata: name: test-postgres spec: teamId: {{...
Any reason this will not run?
If on Jenkins / windows slaves reverse the slashes if you're setting the slave's PATH variable through the ENVIRONMENT feature in node configuration.
Yah, I am seeing only initially created records updated, and not existing.
I see what you guys mean, but what if I need to initialize a database and some tables or a schema on startup? How would I add this to the...
Yeah, but how would I use these scripts? How would I call post_init.sh to execute my custom .sh sql script?
@Jan-M I appreciate your help and please forgive my ignorance - could you give me an example using spilo image with our custom dockerfile; we are using spilo as the...