Files
developer-roadmap/roadmaps/postgresql-dba/content/pg_basebackup@XYaVsj5_48CSnoTSGXBbN.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

834 B

Backup Recovery Tools: pg_basebackup

pg_basebackup is a utility for creating a physical backup of a PostgreSQL database cluster. It generates a consistent backup of the entire database cluster by copying data files while ensuring write operations do not interfere. Typically used for setting up streaming replication or disaster recovery, pg_basebackup can be run in parallel mode to speed up the process and can output backups in tar format or as a plain directory. It ensures minimal disruption to database operations during the backup process.

Visit the following resources to learn more: