Skip to content

Commit 1a0df00

Browse files
authored
PG-1127 Rewamp HA solution (13) (#817)
backported changes from 17
1 parent c802791 commit 1a0df00

27 files changed

+1581
-1360
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,11 @@ log-level-console=info
239239
log-level-file=debug
240240

241241
[prod_backup]
242+
<<<<<<< HEAD
242243
pg1-path=/var/lib/postgresql/13/main
244+
=======
245+
pg1-path=/var/lib/postgresql/{{pgversion}}/main
246+
>>>>>>> 704ff6d0... PG-1127 Rewamp HA solution (15)
243247
```
244248
245249

0 commit comments

Comments
 (0)