Martín Marqués
Martín Marqués
We've found that a standard repmgr setup does not provide access to the repmgr metadata for the pg_monitor role. This would be useful for monitoring and diagnostic tools
We need to be able to find and promote the correct standby when not using automatic failover. First idea (let's call it draft 1) would be to add a failover...
I have been dealing with a problem in a new installation I was doing today. The problem came up as I saw in Icinga that txn_time and txn_idle were flapping...
2 chsets: - Add support to exclude or include based on application_name. This helps in monitoring long running txn by excluding ones run by particular tools, i.e. pg_dump - Fix...
Would it be possible to add a filter at application_name as to not check txn_idle for certain applications (for example long pg_dumps)? If so, which would be the best aproach?...
Barman 3.x added compressed backups via `pg_basebackup`, not available in earlier versions of barman. This adds a complexity that was not taken into account when designing the clone from a...
I'm working on a server migration with londiste. We've been having trouble with a table which has a unique constraint that always failed on getting applied. It's erroring about duplicate...
python code would use a function called pgq.register_consumer_at which doesn't exist in skytools v2, but does in v3. This fix just by-passes the calls to the non-existing function (which will...
Hi, I was today going through a server which had quite some lag and was forced to run "replay --rewind". All this with the surprise that I got this error:...
Commit f69485c0 introduced a change in how we check if the repmgr user can run checkpoints on PG15 and newer. There was a regression in the messages where the conn...