Skip to content

Commit fa98315

Browse files
authored
PG-1127 Rewamp HA solution (17)
* Reworked the overview * Split setup into individual component pages * Reworked the intro * Added diagrams to overview * Moved components interaction to a separate page * Reworked initial setup doc * Moved install steps to every component's page * Added requirement for redundancy for HAProxy * Updated how components work together * Patroni and pgBackRest config' * Fixed commands, added disclaimer about datadir cleanup for Patroni * keepalived setup * Updated images, architecture with 2 types of diagrams, added watchdog component * Added a redundancy for pgbackrest disclaimer --------- Signed-off-by: Anastasia Alexadrova <[email protected]>
1 parent 3506191 commit fa98315

34 files changed

+1740
-1430
lines changed

docs/_images/PPG_links.png

-1.19 MB
Binary file not shown.

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/css/design.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,16 @@
144144
--md-typeset-table-color: hsla(var(--md-hue),0%,100%,0.25)
145145
}
146146

147+
[data-md-color-scheme="percona-light"] img[src$="#only-dark"],
148+
[data-md-color-scheme="percona-light"] img[src$="#gh-dark-mode-only"] {
149+
display: none; /* Hide dark images in light mode */
150+
}
151+
152+
[data-md-color-scheme="percona-dark"] img[src$="#only-light"],
153+
[data-md-color-scheme="percona-dark"] img[src$="#gh-light-mode-only"] {
154+
display: none; /* Hide light images in dark mode */
155+
}
156+
147157
/* Typography */
148158

149159
.md-typeset {

0 commit comments

Comments
 (0)