Skip to content

Instantly share code, notes, and snippets.

@N4thyra
N4thyra / pg-basebackup-quickref.md
Last active May 1, 2026 04:44
PostgreSQL Base Backup

PostgreSQL Base Backup

pg_basebackup -U postgres -D /var/lib/postgresql/data -Fp -Xs -P

Creates a physical backup of an entire PostgreSQL database cluster by copying the data files directly.

Flags