Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splendiddata/puppet_pure_barman
Puppet module for adding barman server and making barman clients from postgres database servers
https://github.com/splendiddata/puppet_pure_barman
barman puppet
Last synced: about 5 hours ago
JSON representation
Puppet module for adding barman server and making barman clients from postgres database servers
- Host: GitHub
- URL: https://github.com/splendiddata/puppet_pure_barman
- Owner: splendiddata
- License: gpl-3.0
- Created: 2017-02-16T07:56:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T14:02:44.000Z (over 7 years ago)
- Last Synced: 2024-11-17T08:29:10.596Z (2 months ago)
- Topics: barman, puppet
- Language: Puppet
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppet_pure_barman
Puppet module for adding barman server and making barman clients from postgres database servers.
It was developed on the PostgresPURE distribution of Splendid Data.
## To fully configure a barman server:
* add class pure_barman (like add import pure_barman in site.pp part of the barman server) and the barman server should be fully configured.
## To fully configure a barman client in a replicated cluster
* use the latest version of the pure_repmgr module
* add the fqdn of the barman server as parameter $pure_repmgr::barman_server
barman client role will configure all that is required on the barman client.
barman role will configure all (client specific config) that is required on the barman server.