Barman
개요
환경 설정
Barman
$ sudo dnf install -y postgresql<pg major version> postgresql<pg major version>-libs$ echo 'export PATH=$PATH:/usr/pgsql-16/bin' >> ~/.bashrc
$ source ~/.bashrc; Main configuration file
[barman] # 글로벌 환경 구성, OS 사용자 이름 및 barman 데이터와 로그를 저장할 경로 등을 지정
; System user
barman_user = barman
configuration_files_directory = /etc/barman.d
; Main directory
barman_home = /var/lib/barman
log_file = /var/log/barman/barman.log
log_level = INFOBarman Agent
필수 Python 패키지 설치
실행
Patroni
실행
Last updated
