Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 4.1.0 requires pg_stat_kcache update too but there's a bug in pg_stat_kcache #122

Closed
banlex73 opened this issue Dec 14, 2020 · 3 comments
Assignees

Comments

@banlex73
Copy link

Notice that all targets (monitored clusters) must have their powa extension upgraded otherwise getting
Error while inserting data:
invalid input syntax for type boolean: "10"
CONTEXT: COPY powa_kcache_src_tmp, line 1, column top: "10"
,Error while inserting data:
Tried to upgrade powa (successfully) but pg_stat_kcache has a bug powa-team/pg_stat_kcache#29
To make powa 4.1.0 work I had to disable pg_stat_kcache extension for all targets.
select powa_deactivate_extension()

@rjuju
Copy link
Member

rjuju commented Dec 14, 2020

Hello,

In order to keep the code simple, you need to have the powa-archivist extension updated on the repository server and all remote servers, but not the other extensions. The latest update of powa-archivist should take care of detecting if you have pg_stat_kcache 2.2.x or not. Can you confirm that you updated powa-archivist on all servers.

@rjuju rjuju self-assigned this Dec 14, 2020
@banlex73
Copy link
Author

banlex73 commented Dec 14, 2020 via email

@rjuju
Copy link
Member

rjuju commented Dec 14, 2020

Great, thanks for the confirmation!

@rjuju rjuju closed this as completed Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants