-
|
We think there is something wrong with handling pg_users in our setup. We've deployed pigsty and a couple of PostgreSQL clusters: 17 - OK and 18 - not so OK. Grafana dashboards are alive. But when we went to add databases and users via pg_users we're got We've tried different styles of defining pg_users, falling back to for the clean test, yet still got the same error. Is this some bootstrap package version problem? pigsty v.3.6.1 is running under Rocky Linux 8.10, python 3.12 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
try fix it by installing jmespath for the actual python interpreter python3.12 -m pip install jmespath |
Beta Was this translation helpful? Give feedback.
try fix it by installing jmespath for the actual python interpreter