Skip to content

Commit

Permalink
PG-1283 Fixed typos in yum install instructions for HA (#715)
Browse files Browse the repository at this point in the history
modified:   docs/solutions/ha-setup-yum.md
  • Loading branch information
nastena1606 authored Jan 13, 2025
1 parent 9afae17 commit 485d03e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/solutions/ha-setup-yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Run the following commands on `node1`, `node2` and `node3`:
* Install Percona Distribution for PostgreSQL package

```{.bash data-prompt="$"}
$ sudo apt install percona-postgresql{{pgversion}}-server
$ sudo yum install percona-postgresql{{pgversion}}-server
```

!!! important
Expand All @@ -142,8 +142,8 @@ Run the following commands on `node1`, `node2` and `node3`:
4. Stop and disable all installed services:
```{.bash data-prompt="$"}
$ sudo systemctl stop {etcd,patroni,postgresql}
$ systemctl disable {etcd,patroni,postgresql}
$ sudo systemctl stop {etcd,patroni,postgresql-{{pgversion}}}
$ sudo systemctl disable {etcd,patroni,postgresql-{{pgversion}}}
```
## Configure etcd distributed store
Expand Down

0 comments on commit 485d03e

Please sign in to comment.