Export cluster-wide roles and tablespaces.

Section: Cluster-wide Backup and Migration

Dump global objects

bash
bash
pg_dumpall -h localhost -U postgres --globals-only > globals.sql
Explanation

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
Dump entire cluster
Dump all databases in one plain SQL file.
OpenIn sheetbashsame section
Physical base backup
Take a physical base backup suitable for replication or disaster recovery.
OpenIn sheetbashsame section
Verify base backup
Verify integrity of a base backup manifest.
OpenIn sheetbashsame section
Run pg_upgrade check
Check whether an in-place major upgrade is feasible.
OpenIn sheetbashsame section
Run pg_upgrade
Perform an in-place major version upgrade.
OpenIn sheetbashsame section
Analyze upgraded cluster
Collect statistics after a fresh restore or upgrade.
OpenIn sheetbashsame section