EnterpriseDB / barman

Barman - Backup and Recovery Manager for PostgreSQL
https://www.pgbarman.org/
GNU General Public License v3.0
2.07k stars 191 forks source link

Backup path change #919

Open maheshetty20 opened 6 months ago

maheshetty20 commented 6 months ago

Hello experts, I need assistance to adjust our backup setup.

At the moment, our Barman backups are stored at the mount point: /srv/barman.

I would like to transition to a new mount point, specifically: /mnt/eu02_gb_cam_barman_backup.

Here's the current configuration I'm working with: cat /etc/barman.conf [barman] barman_home = /srv/barman barman_user = barman log_file = /var/log/barman/barman.log compression = gzip last_backup_maximum_age = 10 DAYS backup_options = exclusive_backup minimum_redundancy = 1 retention_policy = RECOVERY WINDOWS OF 4 WEEKS retention_policy_mode = auto wal_retention_policy = main reuse_backup = link configuration_files_directory = /srv/barman.conf.d archiver = on

Could you guide me on how to accomplish this transition? Is it sufficient to modify the "barman_home" parameter, or are there additional adjustments required?