- use a separate _barman:_barman user/group
- use /var/db/barman as the default datadir, setting appropriate
permissions (ie _barman:_barman / 750)
- make ${SYSCONFDIR}/barman.conf root:_barman & mode 640
- add README teaching how to configure _barman's crontab
Join work with Jean Gerard Pailloncy, tweaks & ok ajacoutot@
kettenis@ says there is more work involved since we are different from the
others... I have no time to take care of it properly so put back whatever
was there before which seemed to work fine.
It won't work with php-5.4+, some functions it uses (sqlite_escape_string,
for example) have been removed.
discussed with robert@
ok giovanni@ (maintainer)
pgBadger is a PostgreSQL log analyzer built for speed with fully
detailed reports from your PostgreSQL log file. It's a single and small
Perl script that aims to replace and out-perform the old PHP script
pgFouine.
pgBadger is written in pure Perl language. It uses a Javascript library
draw graphs so that you don't need additional Perl modules or any
other package to install. Furthermore, this library gives us additional
features, such as zooming.
pgBadger is able to autodetect your log file format (syslog, stderr or
csvlog). It is designed to parse huge log files, as well as gzip, zip or
bzip2 compressed files.
ok ajacoutot@
repmgr allows you to monitor and manage your replicated PostgreSQL
databases as a single cluster. repmgr includes two components:
* repmgr: command program that performs tasks and then exits
* repmgrd: management and monitoring daemon that watches the cluster
and can automate remote actions.
See https://github.com/2ndQuadrant/repmgr for instructions on how to
setup it.
ok ajacoutot@
Barman (backup and recovery manager) is an administration tool for
disaster recovery of PostgreSQL servers written in Python. Barman can
perform remote backups of multiple servers in business critical
environments, and helps DBAs during the recovery phase.
Barman's most wanted features include: backup catalogues, retention
policies, remote recovery, archiving and compression of WAL files and
of backups.
ok ajacoutot@