Activate pg_rewind on stolon

This commit is contained in:
Quentin 2020-12-18 10:23:45 +01:00
parent 55f93cc5ad
commit 685bc45802
1 changed files with 8 additions and 0 deletions

View File

@ -56,3 +56,11 @@ Once a patch is writen:
```
stolonctl --cluster-name pissenlit --store-backend consul --store-endpoints http://consul.service.2.cluster.deuxfleurs.fr:8500 update --patch -f /tmp/patch.json
```
## Log
- 2020-12-18 Activate pg\_rewind in stolon
```
stolonctl --cluster-name pissenlit --store-backend consul --store-endpoints http://consul.service.2.cluster.deuxfleurs.fr:8500 update --patch '{ "usePgrewind" : true }'
```