pgmoneta

home  
releases  
getting started  
tutorials  

github  
discussions  
issues  
license  
pgmoneta  

Configuration Metrics News About

Backup

pgmoneta-cli -c pgmoneta.conf backup primary
    
will take a backup of the [primary] host.

as pgmoneta user

List backups

pgmoneta-cli -c pgmoneta.conf list-backup primary
    
as pgmoneta user

Restore

pgmoneta-cli -c pgmoneta.conf restore primary newest current /tmp/ 
    
will take the latest backup and all Write-Ahead Log (WAL) segments and restore it into the /tmp/primary-<timestamp> directory for an up-to-date copy.

as pgmoneta user