On Tue, Mar 5, 2024 at 3:14 AM Frank Lanitz <frank@xxxxxxxxxxxxxx> wrote:
$ pgbadger --journalctl "journalctl -u postgresql.service"
You could try adding --verbose to see if it gives more clues.
Having a look into the journal there is a lot of
None of the snippets from journald you showed were actually things pgbadger cares about, FWIW. You can get an idea of what is actually parsed by running "journalctl -u postgresql --output=short-iso"
log_error_verbosity = 'verbose'
This is probably not needed, and there is a finite chance that the extra context is confusing pgbadger.
Cheers,
Greg