# Manual backup pg_dump -U admin -F c -Z 9 -f /backups/db_20260414.dump production_db
To provide a human-driven, scriptable process for creating point-in-time copies of a database (Backup) and restoring data from those copies (Recovery) without relying on automated scheduler tools. what is manual db-bkrg
The following steps are involved in manual DB-BKRG: # Manual backup pg_dump -U admin -F c