Dump all databases in one plain SQL file.
Section: Cluster-wide Backup and Migration
Dump entire cluster
bash
bash
pg_dumpall -h localhost -U postgres > cluster.sqlExplanation
See summary for usage details.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Cluster-wide Backup and Migration
Physical base backup
Take a physical base backup suitable for replication or disaster recovery.
Run pg_upgrade check
Check whether an in-place major upgrade is feasible.
Analyze upgraded cluster
Collect statistics after a fresh restore or upgrade.