Barman -
To make the configurations above work, you must execute these SQL commands on your to create the necessary users: Create the Barman User :
CREATE USER streaming_barman WITH REPLICATION PASSWORD 'your_secure_password'; Use code with caution. Copied to clipboard Troubleshooting Checklist
Are you setting up replication or the traditional rsync/SSH method? Barman Manual barman
Each PostgreSQL server you back up needs its own .conf file. Here is a text template for a standard setup:
: Use barman check to verify your text configurations are correct. To make the configurations above work, you must
This file defines the environment for the Barman user and log storage.
2. Server-Specific Configuration ( /etc/barman.d/pg-server.conf ) Here is a text template for a standard
The following is a basic example of main configuration file: * [barman] barman_user = barman configuration_files_directory = /etc/ docs.pgbarman.org Implementing PostgreSQL with Barman | by David Vandegrift