Alexander Kukushkin

Results 295 comments of Alexander Kukushkin

I hope you realize that we don't maintain rpm/deb packages. cc @devrimgunduz

> I use oracle linux 8.5 and https://github.com/vitabaks/postgresql_cluster to create the cluster. python3.8 Well, according to logs you provide it's python 3.6, but it doesn't matter. I have no idea...

There is just one thing you need to understand, the standby cluster doesn't know anything where it replicates from. It could be just a standalone Postgres. Keeping that in mind...

> I think It should be the same with the primary cluster so that streaming replication can be done? Correct, the standby cluster could be considered as a cascading replicas.

Have you seen https://github.com/zalando/patroni/issues/1939 ?

Also, in 3.5 the v2 API is disabled by default.

I am not sure what exactly you are doing, but you get the error because Patroni config file is invalid. P.S. enable-grpc-gateway: true -- this is not the option for...

Your config is wrongly formatted. Please start from scratch by using sample configs from the repo.

We can accept such a change only if it is possible to configure the behavior.