Alexander Kukushkin

Results 295 comments of Alexander Kukushkin

@kyrias feel free to submit a PR implementing it.

Something is really strange here, according to the stack trace this node is running in a `standby cluster` (enforce_follow_remote_member), but there is no `standby_cluster` section in `patronictl show-config`.

@einhverfr please provide Patroni logs from the moment it started and also postgres logs from exactly this moment.

@einhverfr I would also like to see postgres logs. It seems that it started accepting connections, but returns some unexpected results on Patroni queries. Ideally please set log_statement=all for patroni...

@waynerv the problem is not with reading the data, but with discovering files. Reading could be perfectly handled with `pkgutil.get_data()` function. The thing is that I don't want to have...

@waynerv what do you think about https://github.com/zalando/patroni/pull/3018#issuecomment-1957270560?

Hi @waynerv, any progress on it?