From 685bc45802c377d82cbd368a0bbfbdf6fe90dcb4 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 18 Dec 2020 10:23:45 +0100 Subject: [PATCH] Activate pg_rewind on stolon --- op_guide/init_stolon/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 }' +```