Skip to main content
Kill -9 Club
Sign in

pg_dumpall

DatabasesPackage: postgresql-client

Exports every database and what pg_dump leaves out: the roles and their passwords. pg_dumpall --globals-only beside one pg_dump per database is the combination that really restores.

What its options do in the lessons

From the same glossary the lessons render under their commands, so the two cannot disagree.

pg_dumpall --file
The output file.

Lessons that teach it