Vitaliy Kukharik

Results 402 comments of Vitaliy Kukharik

PostgreSQL 16 support added in TimescaleDB since version 2.13.0 (2023-11-28)

I’m studying the work of Consul [Service Discovery](https://www.consul.io/use-cases/discover-services) with [DNS resolving ](https://developer.hashicorp.com/consul/docs/discovery/dns) and I’m starting to like it. It is convenient to search for the master and replicas (without using...

@RashadAnsari @gc-ss PR: https://github.com/vitabaks/postgresql_cluster/pull/238 To test, follow these steps: ```bash # 1. clone this repository from branch "consul" git clone --branch consul --single-branch https://github.com/vitabaks/postgresql_cluster.git # 2. Go to the playbook...

Done. https://github.com/vitabaks/postgresql_cluster/pull/238

Configure tcp_keepalives settings for PostgreSQL: https://github.com/vitabaks/postgresql_cluster/commit/53edccdc5d55e0ab99b10da02bab0aabc9548192

The problem with the PgBouncer pools leads to incidents in production. ![image](https://github.com/pgbouncer/pgbouncer/assets/37010174/0a293d95-d4cf-4361-83a8-4d7189f9b9ef) We will update Debian 11.8 to 11.9 and PgBouncer to version 1.22 and let you know if it...

@JelteF Thanks for the reply. > Hmm, that's some pretty strange behaviour. I agree, this is the first time in years of operation. > Could you also share the stats...

> We have updated to 11.9 and are currently performing load testing, so far everything looks good, but we will leave it under load for a few more days (for...