Skip to content

Commit d07b808

Browse files
authored
fix typo: etcd → patroni
1 parent 92adf75 commit d07b808

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,11 +271,11 @@ You should see that the start type for this service is set to auto, which means
271271
Start the service:
272272

273273
```powershell
274-
> etcd_service.exe start
274+
> patroni_service.exe start
275275
or
276-
> net start etcd
276+
> net start patroni
277277
or
278-
> sc.exe start etcd
278+
> sc.exe start patroni
279279
```
280280

281281
It is recommended to start Patroni on one host first and check that it bootstrapped as expected, before starting the remaining cluster members. This is not to avoid race conditions, because Patroni can handle those fine. This recommendation is given mainly to make it easier to troubleshoot problems as soon as they arise.

0 commit comments

Comments
 (0)