pgmoneta

home  
releases  
getting started  
tutorials  

github  
discussions  
issues  
license  
pgmoneta  

Configuration Metrics News About

Creating an archive

pgmoneta-cli -c pgmoneta.conf archive primary newest current /tmp/ 
    
will take the latest backup and all Write-Ahead Log (WAL) segments and create an archive named /tmp/primary-<timestamp>.tar.zstd. This archive will contain an up-to-date copy.

as pgmoneta user