forked from Deuxfleurs/infrastructure
Activate pg_rewind on stolon
This commit is contained in:
parent
55f93cc5ad
commit
685bc45802
1 changed files with 8 additions and 0 deletions
|
@ -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
|
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 }'
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue