BornTKill
BornTKill
Hello @schorschii FYI when a user is in system users with ldap login (ldap admin group for example), oco self portal authentication is working. However, when a user is in...
Hi @schorschii I had a typo in my config ... Sorry for bothering you. all good for now.
Dear, Thank you @rajnandan1 for this nice project ! Do you have example of API call to create maintenance ? Thank you.
Answer to myself. The API does not have a method to create maintenance. I was able to create a maintenance using another endpoint (the one from the frontend). (http://192.168.10.16:3001/manage/app/api) curl...
Hello, Same for me. Very high CPU usage in POWA5. Was not the case in POWA4.
Hi @rjuju Thank you for you answer. - I am on remote mode. Same configuration when i was on powa4. 8vCPU/16Go RAM (was 4vCPU in powa4) - 80 remotes servers....
Hello, Thank you for you answer. Will try the patch today and let you know.
@rjuju Can you explain me how to load this SQL ? when i check the header i am confused :) ``` -- complain if script is sourced in psql, rather...
OK I put the file here /usr/share/postgresql/16/extension/ I drop the extension and recreate it. I add remote servers per batch of 10 servers and will wait before adding 10 more.
@rjuju After one day, i still have high CPU finally. ``` SELECT pid, user, pg_stat_activity.query_start, now() - pg_stat_activity.query_start AS query_time, query, state, wait_event_type, wait_event FROM pg_stat_activity; ```