action #112850
open
openQA Project (public) - coordination #128366: [epic] further improvement after we did ensure all our database tables accomodate enough data
Make pgstatstatements persistent on OSD (in salt)
Added by okurz almost 3 years ago.
Updated over 1 year ago.
- Copied from coordination #112718: [alert][osd] openqa.suse.de is not reachable anymore, response times > 30s, multiple alerts over the weekend added
- Parent task set to #109846
- Target version changed from Ready to future
- Status changed from New to Feedback
- Assignee set to nicksinger
- Status changed from Feedback to New
- Assignee deleted (
nicksinger)
- Parent task changed from #109846 to #128366
- Related to action #130594: Upgrade osd webUI host to openSUSE Leap 15.5 added
I ran into an issue on OSD webUI upgrade to Leap15.5. The postgres service failed to start with
could not access file "pg_stat_statements": No such file or directory
eventually when a salt CI pipeline triggered changes that caused the postgresql service to restart. That happened after in the above mentioned upgrade I called zypper rm -u postgresql$oldver postgresql$oldver-contrib postgresql$oldver-server
which due to the -u
parameter also removed postgresql-contrib
which in turn removed postgresql$newver-contrib
which would provide pg_stat_statements but we don't pull that in as hard requirement. Also see https://stackoverflow.com/questions/53158500/postgresql-fatal-could-not-access-file-pg-stat-statements-no-such-file-or-di about this. For now I have the configuration disabled in the config file. If we want to continue here we must ensure we have the contrib package installed as well.
Also available in: Atom
PDF