Skip to content

maddiecs84/lxc-barman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lxc-barman

A Debian LXC image containing Barman for performing backups of PostgreSQL.

Configuration

Once running run login to your instance and run /etc/barman/add-server.sh to add a PostgreSQL server to backup.

Alternatively provide your configuration as file to the script, containing the following

DB_HOST=
DB_PORT=5432
DB_USER=
DB_USER_PASSWORD=
DB_USER_DATABASE=
DB_REPLICATION_USER=
DB_REPLICATION_PASSWORD=
DB_BACKUP_METHOD=postgres
DB_SLOT_NAME=barman
DB_POSTGRES_PUBLIC_KEY=
DB_SERVER_POSTGRES_PASSWORD=
/etc/barman/add-server.sh "my-server-x.env"

Why?

I run a Home Lab on Proxmox and my preference is to manage CTs rather than a VM or CT running Docker images (with something like Portainer).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published