This is a maintenance release to fix a major bug that was breaking the incremental mode in pgBadger. It also adds some more reports and features.
- Add --timezone=+/-HH to control the timezone used in charts. The
javascript library runs at client side so the timezone used is
the browser timezone so the displayed time in the charts can be
different from the time in the log file. - Add /tmp/pgbadger.pid file to prevent cron jobs overlaping on
same log files. - Add command line option --pid-dir to be able to run two pgbadger
at the same time by setting an alternate path to the pid file. - Report information about "LOG: skipping analyze of ..." into
events reports. - Report message "LOG: sending cancel to blocking autovacuum" into
events reports. Useful to look for queries generating autovacuum
kill on account of a lock issue.