check_pgbackrest 1.6 has been released

From: Stefan Fercot <stefan(dot)fercot(at)dalibo(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: check_pgbackrest 1.6 has been released
Date: 2019-11-14 16:21:19
Message-ID: f8a753e5-ace9-71dc-8bcb-5a79392ae518@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

check_pgbackrest is designed to monitor pgBackRest backups from Nagios,
relying on the status information given by the "info" command.

It allows to monitor the backups retention and the consistency of the
archived WAL segments.

Changes in check_pgbackrest 1.6:
  - Check for each backup its needed archived WALs based on wal
start/stop information given by the pgBackRest "info" command.
  - Return WARNING instead of CRITICAL in case of missing archived WAL
prior to latest backup, regardless its type.
  - Add ignore-archived-before argument to ignore the archived WALs
before the provided interval.
  - Rename ignore-archived-since argument to ignore-archived-after.
  - Add --retention-age-to-full argument to check the latest full
backup age.
  - Fix bad behavior on CIFS mount (reported by `renesepp`).
  - Add Amazon s3 support for archives service (Andrew E. Bruno).
  - Avoid chdir when scanning a directory to avoid some problems with
`sudo -u` (Christophe Courtois).
  - New check_pgb_version service (suggested by Christophe Courtois).

===== Links & Credits =====

check_pgbackrest is an open project, licensed under the PostgreSQL license.
Any contribution to improve it is welcome.

Links:
  - Download: https://github.com/dalibo/check_pgbackrest/releases
  - Support: https://github.com/dalibo/check_pgbackrest/issues

Note: RPM package is available on the GitHub Release page.

--
Stefan FERCOT
http://dalibo.com - http://dalibo.org

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2019-11-17 19:23:57 == PostgreSQL Weekly News - November 17, 2019 ==
Previous Message Jonathan S. Katz 2019-11-14 14:50:30 PostgreSQL 12.1, 11.6, 10.11, 9.6.16, 9.5.20, and 9.4.25 Released!