pg_backup_ctl
backup and recover PostgreSQL using log archiving
Install
- All systems
-
curl cmd.cat/pg_backup_ctl.sh
- Debian
-
apt-get install pg-backup-ctl
- Ubuntu
-
apt-get install pg-backup-ctl
- Kali Linux
-
apt-get install pg-backup-ctl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pg-backup-ctl
- Raspbian
-
apt-get install pg-backup-ctl
- Dockerfile
- dockerfile.run/pg_backup_ctl
pg-backup-ctl
backup and recover PostgreSQL using log archiving
pg_backup_ctl is a tool to simplify the steps needed to make a full transaction log archival backup of PostgreSQL clusters to enable Point-in-Time Recovery (PITR).