aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.yml
Commit message (Collapse)AuthorAgeFilesLines
* recovery: optional restore_command & allow custom command if neededPaul B2020-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | Right now the role assumes you always want to use barman-wal-restore script as a restore command to recover WAL files at startup time of a standby server. This PR adds a new `primary.restore_command` option which lets you override the command to use. ⚠️ Breaking change: the PR renames the existing `primary.restore_directory` option to `primary.restore_barman_directory` ⚠️ in order to give more context to this option which will automatically use the `barman-wal-restore` script as a restore command. Finally if none of the two options specified above are specified in the `primary:` object then the `restore_command` is left commented out in the PG configuration (which is totally fine as it will try to recover WALs from the primary server directly see [documentation](https://www.postgresql.org/docs/12/warm-standby.html#STANDBY-SERVER-OPERATION))
* tests: running tests on all supported PG versionsPaul B2020-05-111-15/+17
|
* tests: fix test playbook due to barman <-> postgres circle dependenciesPaul B2019-01-291-14/+14
|
* tests: adding a database creation with extensionsPaul B2019-01-291-0/+13
|
* Merge pull request #2 from chtitux/fix-ciThéophile Helleboid - chtitux2018-11-091-2/+2
|\ | | | | Fix Travis CI
| * Fix CIThéophile Helleboid2018-11-091-2/+2
| |
* | Add PostgreSQL 11Théophile Helleboid2018-11-081-2/+2
|/
* Initial commit open sourcing Postgresql Ansible role1.0.0Paul B2018-08-311-0/+154