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 }' +```