Hedg

Results 8 comments of Hedg

I can upgrade OLM ``` # You should run this command the first time without --force-conflicts to check if you have any conflicts. # If you have some conflicts, it...

Do you have at least a rough timeline as to when this is planned to be implemented?

I upgraded helm installation for postgres-operator. Postgres cluster was available, but postgres-operator cannot manage them anymore. I had some errors connected with manifests, I fixed them, but it didn't solve...

@FxKu It is really common to use helm to manage deployments in Kubernetes. Helm 3 now is replacing helm 2. It is stable and has a lot of pros and...

I am working on the upgrade process. What was done: - dumped all k8s configuration. - Uninstalled Postgres-operator 1.2.0 (Helm 2 chart) - Installed Postgres-operator 1.5.0 using helm 3 -...

If somebody has similar issues you can do the following. 1. Delete all kubernetes endpoints that are connected with your Postgres cluster. In my case it is `myteam-postgresql-cluster*` ``` #...

@CyberDem0n But it was the easiest and fastest way to fix it in my case :). Because Postgres-operator will re-create services and endpoints if they don't exist. It created them...

@FxKu, @CyberDem0n I am testing spilo upgrade from spilo-11:1.6-p1 to the last one spilo-12:1.6-p3. It starts successfully. I expected that cluster will be upgraded to postgres version 12. But it...