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
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: 2023-12-13 18:41:02.352 UTC [111] STATEMENT:
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: SELECT
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: COUNT(*) AS segments,
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: SUM(size) AS size
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: FROM pg_ls_waldir()
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: WHERE name ~ '^[0-9A-F]{24}$'
Dec 13 18:41:02 xwaretech.net matrix-prometheus-postgres-exporter[35638]: ts=2023-12-13T18:41:02.352Z caller=collector.go:199 level=error
msg="collector failed" name=wal duration_seconds=0.028922192 err="pq: permission denied for function pg_ls_waldir"
Describe the bug
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: 2023-12-13 18:41:02.352 UTC [111] STATEMENT:
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: SELECT
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: COUNT(*) AS segments,
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: SUM(size) AS size
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: FROM pg_ls_waldir()
Dec 13 18:41:02 xwaretech.net matrix-postgres[32910]: WHERE name ~ '^[0-9A-F]{24}$'
Dec 13 18:41:02 xwaretech.net matrix-prometheus-postgres-exporter[35638]: ts=2023-12-13T18:41:02.352Z caller=collector.go:199 level=error
msg="collector failed" name=wal duration_seconds=0.028922192 err="pq: permission denied for function pg_ls_waldir"
To Reproduce
My
vars.yml
file looks like this:Expected behavior
Expect to not see these errors.
Matrix Server:
Additional context
Looks to be this issue: bitnami/charts#20247 just not sure on best way to resolve issue.
The text was updated successfully, but these errors were encountered: