Closed marczahn closed 1 year ago
I was not able to reproduce this issue. I created new table in the primary and I can see it in the replica. And when I insert new data in the new table and it is replicated to replicas.
Could you please upgrade to the latest version of Kubegres and try again?
Hi Alex, I don't work there anymore and have currently too much to do to deal with it. I'll close it for now and open this issue later in case it pops up again.
Thank you.
I have set up a Postgres on Kubernetes cluster with Kubegres with 3 instances - 1 master and 2 replicas. Now, I am facing the problem that the replication doesn't really work. What is synced, is when databased are newly created. What is not synced:
I went through those steps: https://www.kubegres.io/doc/getting-started.html Did I miss sth.? I am also not sure if it is part of postgres itself or kubegres.
This is the log of one of the replicas:
When I delete a database from the master, it's not deleted from the replicas. When I try to remove it from the replicas explicitly, then I get the error that it is a read-only transaction (as expected).
This might be related to https://github.com/reactive-tech/kubegres/issues/59 , but seems not to be the same.