Skip to content

Commit ff69346

Browse files
authored
PG-1127 Rewamped HA solution (16) (#814)
PG-1127 Rewamp HA solution * backported changes from 17 * fixed admonition, added OS icons
1 parent dc99b01 commit ff69346

27 files changed

+1600
-1371
lines changed

docs/_images/diagrams/HA-basic.svg

Lines changed: 4 additions & 0 deletions
Loading
Binary file not shown.

docs/_images/diagrams/ha-overview-backup.svg

Lines changed: 3 additions & 0 deletions
Loading

docs/_images/diagrams/ha-overview-failover.svg

Lines changed: 3 additions & 0 deletions
Loading

docs/_images/diagrams/ha-overview-load-balancer.svg

Lines changed: 3 additions & 0 deletions
Loading

docs/_images/diagrams/ha-overview-replication.svg

Lines changed: 4 additions & 0 deletions
Loading

docs/_images/diagrams/ha-recommended.svg

Lines changed: 3 additions & 0 deletions
Loading
-12.7 KB
Binary file not shown.

docs/enable-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ While setting up a high availability PostgreSQL cluster with Patroni, you will n
1616

1717
If you install the software fom packages, all required dependencies and service unit files are included. If you [install the software from the tarballs](tarball.md), you must first enable `etcd`. See the steps in the [etcd](#etcd) section in this document.
1818

19-
See the configuration guidelines for [Debian and Ubuntu](solutions/ha-setup-apt.md) and [RHEL and CentOS](solutions/ha-setup-yum.md).
19+
See the configuration guidelines for [Patroni](solutions/ha-patroni.md) and [etcd](solutions/ha-etcd-config.md).
2020

2121
## etcd
2222

docs/solutions/dr-pgbackrest-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ log-level-console=info
239239
log-level-file=debug
240240
241241
[prod_backup]
242-
pg1-path=/var/lib/postgresql/14/main
242+
pg1-path=/var/lib/postgresql/{{pgversion}}/main
243243
```
244244

245245

0 commit comments

Comments
 (0)