- 07 Jul, 2020 1 commit
-
-
Rafia Sabih authored
-
- 06 Jul, 2020 1 commit
-
-
Alexander Kukushkin authored
not doing append made pg_stat_kcache missing on 9.5..12
-
- 29 Jun, 2020 1 commit
-
-
Rafia Sabih authored
Update the commit-id and install after init.
-
- 26 Jun, 2020 1 commit
-
-
Alexander Kukushkin authored
and sync with master
-
- 03 Jun, 2020 2 commits
-
-
Alexander Kukushkin authored
The branch is protected, therefore the image will be production-ready
-
Alexander Kukushkin authored
rebuild some of packages and extensions with patches
-
- 19 May, 2020 1 commit
-
-
Alexander Kukushkin authored
In addition to that bump pam-oauth2 to v1.0.1, there is no real changes in the code, but it will solve https://github.com/zalando/spilo/issues/433 And last, fix build with `--build-arg PGOLDVERSIONS=""` Close https://github.com/zalando/spilo/issues/413
-
- 15 May, 2020 2 commits
-
-
Alexander Kukushkin authored
and configure it to keep 2h of aggregated metrics in memory
-
Armin Nesiren authored
Close https://github.com/zalando/spilo/pull/404
-
- 12 May, 2020 1 commit
-
-
Rafia Sabih authored
* Add pg_mon extension * Update commitid
-
- 24 Apr, 2020 1 commit
-
-
Alexander Kukushkin authored
* bump Patroni version to 1.6.5 * bump debezium to v1.1.1.Final * fix a bug in the launch.sh * add timescaledb 1.7.0 for postgres 12 (older postgres versions stick to 1.6.1, because 1.7.0 has some bugs) Close https://github.com/zalando/postgres-operator/issues/929 Close https://github.com/zalando/spilo/issues/417
-
- 01 Apr, 2020 2 commits
-
-
Alexander Kukushkin authored
* restore launch.sh, it was removed by mistake in the #423 * remove build.sh * bump versions of wal-g, timescaledb, debezium, plpgsql_check
-
ReSearchITEng authored
Get rid of build.sh and scm-source.json because it is automatically injected by CDP
-
- 26 Mar, 2020 1 commit
-
-
Tomas authored
When not run under root (UID=0): - "$RW_DIR" and "$PGHOME" are owned by GID 0 - "/etc/passwd" is updated to reflect assigned UID for user postgres - "write_certificates" function in 'configure_spilo.py' obtains postgres UID and sets key ownership - SSL CERT/KEY moves to "$RW_DIR/certs"
-
- 23 Mar, 2020 1 commit
-
-
Rafia Sabih authored
Add pg_mon extension
-
- 20 Mar, 2020 1 commit
-
-
Alexander Kukushkin authored
* `printenv -0` outputs env with null byte as delimiter * `tr` removes all newlines * `sed` replaces null bytes with newlines
-
- 18 Mar, 2020 2 commits
-
-
Gert van Dijk authored
The plantuner repo is http only and therefore could prevent docker build in some cases due to strict access policies.
-
db-adrian authored
The `--build-arg TIMESCALEDB_APACHE_ONLY=false` flag enables building the community timescaledb version.
-
- 13 Mar, 2020 2 commits
-
-
Andras Vaczi authored
* Install pglogical package for version 12 * Add pg-checksums
-
Alexander Kukushkin authored
1. Setup the renice cron job as a postgres user if the container is running with CAP_SYS_NICE. In order to be able to set negative and rt priorities without root, we set cap_sys_nice on chrt and renice tools. 2. The SUID bit on cron daemon makes it possible to start it from non-root user, what will help to simplify #414 3. Unrelated change: added tablefunc to the extwlist.extensions
-
- 28 Feb, 2020 1 commit
-
-
Alexander Kukushkin authored
Existing standby clusters are relying on $PGHOME/etc
-
- 13 Feb, 2020 1 commit
-
-
Alexander Kukushkin authored
-
- 09 Dec, 2019 1 commit
-
-
Alexander Kukushkin authored
v0.2.13 => v0.2.14
-
- 06 Dec, 2019 1 commit
-
-
Alexander Kukushkin authored
and fix quoting of connstring in scripts
-
- 05 Dec, 2019 2 commits
-
-
Alexander Kukushkin authored
the interface of Config class has changed, now it accepts the file name
-
Alexander Kukushkin authored
and fix some bugs in configure_spilo.py
-
- 03 Dec, 2019 3 commits
-
-
zimbatm authored
When the SSL_PRIVATE_KEY_FILE is not a self-generated certificate, the file can change over time. But right now postgresql doesn't know about it and won't load the new certificate automatically. This PR introduces a bit of a polling approach to solve that problem. Every 5 minutes it will have a look if the certificate has changed within that interval and trigger a `pg_ctl reload` if yes. There are possibly smarter approaches like listen on inotify events but this has the advantage that no additional process needs to be running and running a bash script every 5 minutes is quite lite-weight.
-
sulphur authored
This adds a possibility to configure ETCD via URL or proxy as well as permits specifying SSL certificates for ETCD connection. Fixes #381
-
Sergey Dudoladov authored
enables `admin` to reset statistics at their own discretion
-
- 12 Nov, 2019 2 commits
-
-
Alexander Kukushkin authored
it requires PGHOME env and future Patroni requires modul import in a specific order
-
Alexander Kukushkin authored
* don't apply pgbouncer patch * bump wal-g version * dump plpgsql_check version * bump decoderbufs version Close https://github.com/zalando/spilo/issues/376
-
- 06 Nov, 2019 1 commit
-
-
Alexander Kukushkin authored
Patroni was failing to bootstrap due to the wrong HOME directory
-
- 01 Nov, 2019 3 commits
-
-
Alexander Kukushkin authored
For example KUBERNETES_SERVICE_* are necessary for communication with K8s API, POD_NAME and POD_NAMESPACE and needed for callback scripts, and so on. We can't just pass all of them due to the https://github.com/zalando/patroni/commit/d770c910fdeb4420f4fd33c7f39f3f487a5cdf2b
-
Alexander Kukushkin authored
If the launch.sh is called with init parameter it will re-execute itself via dumb-init
-
Alexander Kukushkin authored
It provides nearly the same functionality but the memory footprint is smaller. In addition to that make Patroni process real-time and fix a little bug with IPv6 detection.
-
- 31 Oct, 2019 2 commits
-
-
Alexander Kukushkin authored
it was broken due to the release of pg12.
-
Alice authored
some apps (such as Geoserver) don't support connecting to the database over SSL. This adds an environment variable `ALLOW_NOSSL` in order to allow these applications to still connect to the database. Fixes #367
-
- 21 Oct, 2019 1 commit
-
-
Weilu Jia authored
Fixes zalando/postgres-operator#639
-
- 23 Sep, 2019 2 commits
-
-
Jawher Moussa authored
Extend the list of wal-e SWIFT env vars to match those of wal-e, e.g. add region, domain, project, etc. (#363) Fixes #362
-
Alexander Kukushkin authored
* make set_user compatible with 9.3 * plprofiler 4.1 * wal-g 0.2.12 * plpgsql_check 1.7.5 * timescaledb 1.4.2 * use DEB_PG_SUPPORTED_VERSIONS env to make package rebuild easier * update btree bloat query * fix zmon function
-