Sign inSign up

sept0r/pgbadger

By sept0r

Updated almost 3 years ago

A fast PostgreSQL Log Analyzer

Image
0

843

sept0r/pgbadger repository overview

Dockerfile for pgBadger

pgBadger - a fast PostgreSQL log analysis report

This is the fork of matsuu/docker-pgbadger repository with the updated pgBadger version.
Thanks to darold and matsuu for their great work!

Usage

Images
PostgreSQL with default prefix
cat slow.log | docker run -i --rm sept0r/pgbadger - -o - -x html > out.html
RDS for PostgreSQL
cat slow.log | docker run -i --rm sept0r/pgbadger -f rds - -o - -x html > out.html
help
docker run -i --rm sept0r/pgbadger --help

References

Tag summary

Content type

Image

Digest

sha256:54c0a8710

Size

15 MB

Last updated

almost 3 years ago

docker pull sept0r/pgbadger