You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
After upgrading a db from PG14 to 15, I get the following error in PgWatch:
2023/08/07 07:51:55 ERRO MetricGathererLoop: Failed to fetch metric data for [an_dev_an_dev:db_stats]: pq: function pg_backup_start_time() does not exist
DB is PostgreSQL 15.2
pgwatch-t01 ~]# docker ps -a
IMAGE
cybertec/pgwatch2:1.10.0
According to the doc, this version should work for PG15? It looks like the PG14 metrics are still being used.