From 0fa70e8d881ab6cfe94797df0b6a1bcfc81ef739 Mon Sep 17 00:00:00 2001 From: Steven De Coeyer Date: Thu, 20 Feb 2020 10:15:58 +0100 Subject: [PATCH] Updates README (#1394) We need to ensure to enable etcd v2, cfr. https://github.com/zalando/patroni/issues/1270 and https://github.com/zalando/patroni/issues/1163. --- docs/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.rst b/docs/README.rst index 6a86d8f2..2b57eb1e 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -107,7 +107,7 @@ obtain those files from the git repository and replace `./patroni.py` below with To get started, do the following from different terminals: :: - > etcd --data-dir=data/etcd + > etcd --data-dir=data/etcd --enable-v2=true > ./patroni.py postgres0.yml > ./patroni.py postgres1.yml