To make the configurations above work, you must execute these SQL commands on your to create the necessary users: Create the Barman User :
: For deep technical details, refer to the Official Barman Manual .
CREATE USER barman WITH SUPERUSER PASSWORD 'your_secure_password'; Use code with caution. Copied to clipboard :
This file defines the environment for the Barman user and log storage.
: Use barman check to verify your text configurations are correct.
2. Server-Specific Configuration ( /etc/barman.d/pg-server.conf )