Alexander Kukushkin

Results 295 comments of Alexander Kukushkin

Good catch. But, in order to fix it we should not rely on `--allow-group-access` option of initdb, but rather set `umask` based on permissions of PGDATA. This is exactly what...

Yes, you got it right, pull request. I consider this problem as a minor one and don't plan to work on it in foreseeable future (week, maybe months).

https://github.com/zalando/patroni/issues/1942

The issue was closed because nobody was planning to work on it. If you wish to do so - PRs are always welcome.

> One thing that I have noticed is that patroni versions are different The very first thing you should do - upgrade Patroni on all nodes to the latest version.

Lag is calculated based on values stored in DCS. These values are updated every loop_wait seconds. In theory there should be no difference between different patroni versions, but there could...

`patronictl list` gets all data only from consul. If you enable DEBUG logs it will also print something like: 2022-04-08 07:18:36,256 - DEBUG - Cluster(initialize=u'7063344367093166407', config=ClusterConfig(index=89130, data={}, modify_index=89130), leader=Leader(index=91722, session=25,...

Have you tried to read the documentation https://patroni.readthedocs.io/en/latest/replica_bootstrap.html#building-replicas?

For consul there is also `dc` that could be changed without a restart (not sure if somebody even using it). The kubernetes configuration supposed to be static due to its...

> It seems pure raft based on pysyncobj does not namespace the configuration values like e.g. etcd does (which uses the /$SCOPE/ as prefix/namespace). In this regard, the raft implementation...