diff options
Diffstat (limited to 'op_guide/init_stolon/README.md')
-rw-r--r-- | op_guide/init_stolon/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/op_guide/init_stolon/README.md b/op_guide/init_stolon/README.md index 618530a..f387263 100644 --- a/op_guide/init_stolon/README.md +++ b/op_guide/init_stolon/README.md @@ -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 }' +``` |