pgstef / check_pgbackrest

pgBackRest backup check plugin for Nagios
PostgreSQL License
36 stars 14 forks source link

Add basic support for pgbackrest multi-repo feature #22

Closed pgstef closed 3 years ago

pgstef commented 3 years ago

Only support pgBackRest 2.33 and above in order to introduce some basic support for the multi-repository feature. Introduce the --repo option to set the repository index to operate on. When multiple repositories will be found, the --repo option is mandatory.

Implement a new test suite using ansible/docker (and edb-ansible) to be able to test it.