mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-04-30 23:18:02 +00:00
WAL functions cannot be executed in standby servers ``` ERROR: recovery is in progress HINT: WAL control functions cannot be executed during recovery. ``` In PostgreSQL 16 replication slots persist in the standby servers. This is also the case when using extensions like pg_failover_slots that transfer the slot information to the standby. This condition will make those queries to return values only in the primary node avoiding the errors. Co-authored-by: Jiří Čtvrtka <62988319+JiriCtvrtka@users.noreply.github.com> Co-authored-by: Nurlan Moldomurov <nurlan.moldomurov@percona.com> |
||
---|---|---|
.. | ||
tests | ||
datasource.go | ||
main.go | ||
namespace.go | ||
percona_compatibility_test.go | ||
percona_exporter.go | ||
percona-reference-metrics.txt | ||
pg_setting_test.go | ||
pg_setting.go | ||
postgres_exporter_integration_test.go | ||
postgres_exporter_test.go | ||
postgres_exporter.go | ||
probe.go | ||
queries.go | ||
server.go | ||
util.go |