diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-12-18 10:23:45 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-12-18 10:23:45 +0100 |
commit | 685bc45802c377d82cbd368a0bbfbdf6fe90dcb4 (patch) | |
tree | 21ca64c7afcf3f6e0fc03943e44499b777563983 | |
parent | 55f93cc5ad86d794fb291cafa4ff50bf4bb7eaf1 (diff) | |
download | infrastructure-685bc45802c377d82cbd368a0bbfbdf6fe90dcb4.tar.gz infrastructure-685bc45802c377d82cbd368a0bbfbdf6fe90dcb4.zip |
Activate pg_rewind on stolon
-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 }' +``` |