aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-12-18 10:23:45 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-12-18 10:23:45 +0100
commit685bc45802c377d82cbd368a0bbfbdf6fe90dcb4 (patch)
tree21ca64c7afcf3f6e0fc03943e44499b777563983
parent55f93cc5ad86d794fb291cafa4ff50bf4bb7eaf1 (diff)
downloadinfrastructure-685bc45802c377d82cbd368a0bbfbdf6fe90dcb4.tar.gz
infrastructure-685bc45802c377d82cbd368a0bbfbdf6fe90dcb4.zip
Activate pg_rewind on stolon
-rw-r--r--op_guide/init_stolon/README.md8
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 }'
+```