Barman Here

This file defines the environment for the Barman user and log storage.

CREATE USER barman WITH SUPERUSER PASSWORD 'your_secure_password'; Use code with caution. Copied to clipboard : barman

Each PostgreSQL server you back up needs its own .conf file. Here is a text template for a standard setup: This file defines the environment for the Barman

: Ensure the Barman home directory is owned by the barman user: chown barman:barman /var/lib/barman . barman