Alexander Kukushkin

Results 15 issues of Alexander Kukushkin

It complains about the lack of pg_control_system() function and fails: ``` INFO: 2021/06/22 09:32:56.416067 Selecting the latest backup as the base for the current delta backup... DEBUG: 2021/06/22 09:32:56.416281 Initializing...

If enabled it will allow Patroni to cope with DCS outages. In case of a DCS outage the leader tries to call all remaining members in the cluster via API...

Hi, I don't know, weatherer somebody already raised this question or not, but here is my use-case: We are running a lot of postgres clusters on AWS and using wal-e...

Pierone reports that registry.opensource.zalan.do/acid/spilo-9.6:1.2-p23 has Fixable CVE Severity = MEDIUM ```bash $ pierone cve --url registry.opensource.zalan.do acid spilo-9.6 1.2-p23 ... CVE-2016-4608 MEDIUM libxslt:1.1.28-2.1ubuntu0.1 libxslt:1.1.29-1ubuntu0.1 http://people.ubuntu.com/~ubuntu-security/cve/CVE-2016-4608 CVE-2016-4612 MEDIUM libxslt:1.1.28-2.1ubuntu0.1 libxslt:1.1.29-1ubuntu0.1 http://people.ubuntu.com/~ubuntu-security/cve/CVE-2016-4612...

Based on https://github.com/zalando/patroni/pull/672 To enable quorum commit: ```diff $ patronictl.py edit-config --- +++ @@ -5,3 +5,4 @@ use_pg_rewind: true retry_timeout: 10 ttl: 30 +synchronous_mode: quorum Apply these changes? [y/N]: y...

help wanted
new feature

1. All nodes with role == 'replica' and state == 'running' are are registered. In case is state isn't running the node is removed. 2. In case of failover/switchover we...

enhancement
help wanted
new feature

Since [some time](plv8-$(PLV8_VERSION)) `plv8.so` is compiled and installed as `plv8-$(PLV8_VERSION).so`. It creates a lot of inconvenience if plv8 is baked into a docker container, where it is not very common...

Not doing so results in inconsistencies between pg_catalog and ap_catalog.label if extension was dropped and recreated in the same session. Previously this problem resulted in crashes, and #1306 only put...

master

Starting from PostgreSQL 10 we use passfile in primary_conninfo and we failed to update passfile after replication password was updated in patroni.yaml with reload. Close https://github.com/patroni/patroni/pull/3470