pgcheckup

Grade my Postgres

Free, no signup. Run the read-only collector, then paste or upload its JSON output.

1 · Run the read-only collector

It reads only catalog & statistics views — never your application data. Review it first.

curl -sO https://pgcheckup.aiskillhub.info/pgcheckup-collect.sql
psql "$DATABASE_URL" -X -q -At -f pgcheckup-collect.sql > pgcheckup.json
↓ Download pgcheckup-collect.sql

2 · Paste the output