kyle-rf

Results 4 comments of kyle-rf

> Did you run `ALTER EXTENSION pgnodemx UPDATE;` as a superuser in each of your applicable databases? Thanks for the suggestion. I tried that but got the following error: ```ERROR:...

I listed the extensions: ``` \dx+ Objects in extension "pg_stat_statements" Object description --------------------------------------------------- function pg_stat_statements(boolean) function pg_stat_statements_reset(oid,oid,bigint) view pg_stat_statements (3 rows) Objects in extension "pgaudit" Object description --------------------------------------- event trigger...

@andrewlecuyer I gave that a try, but exporter is still logging the error ```msg="Error running query on database \"127.0.0.1:5432\": ccp_nodemx_data_disk pq: query-specified return tuple and function return type are not...

With mariadb, the initial deployment is fine. But if some minor changes are made (not against the database itself) and a helm update command is run, the create admin page...