Difference between revisions of "Webhuis PostgreSQL Cluster"
(Created page with "= In bewerking =") |
(→Dynamic Coonfiguration) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | = Alternatieven voor HA Cluster = |
||
− | = In bewerking = |
||
+ | * PostgeSQL, Patroni, etcd, HA Proxy en PG_/bouncer |
||
+ | * EFM |
||
+ | == PostgeSQL, Patroni, etcd, HA Proxy en PG_/bouncer == |
||
+ | In de opzet met Patroni bestaan weer alternatieve configuraties: |
||
+ | * Dynamic |
||
+ | * Local |
||
+ | * Environment |
||
+ | De Environment versie is in gebruik in een container oplossing. De Dynamic configuration geldt globaal voor het hele cluster, Local configurations hebben voorrang boven globale configuratie opties. |
||
+ | === Dynamic Coonfiguration === |
||
+ | <b>Let op!</b><br/> |
||
+ | Patroni past een deel de configuratie van PostgreSQL in <pre>postgresql.conf</pre> dynamisch aan, de rest van de configuratie staat in <pre/>postgresql.base.conf</pre>. |
||
+ | |||
+ | === Literatuur === |
||
+ | https://ai2-s2-public.s3.amazonaws.com/figures/2017-08-08/bab9dc75772f3bb2f5c1e1cb75f30f96b1ef969b/3-Figure2-1.png |
||
+ | In deze voorbeeld uitwerking staan de links naar de CFEngine policies, waarmee het cluster is geconfigureerd en zijn de gegenereerde configuratie bestanden weergegeven. |
||
+ | <hr/> |
||
+ | Terug naar: [[PostgreSQL]] |
Latest revision as of 09:01, 20 September 2023
Contents
Alternatieven voor HA Cluster
- PostgeSQL, Patroni, etcd, HA Proxy en PG_/bouncer
- EFM
PostgeSQL, Patroni, etcd, HA Proxy en PG_/bouncer
In de opzet met Patroni bestaan weer alternatieve configuraties:
- Dynamic
- Local
- Environment
De Environment versie is in gebruik in een container oplossing. De Dynamic configuration geldt globaal voor het hele cluster, Local configurations hebben voorrang boven globale configuratie opties.
Dynamic Coonfiguration
Let op!
Patroni past een deel de configuratie van PostgreSQL in
postgresql.conf
dynamisch aan, de rest van de configuratie staat in
postgresql.base.conf.
Literatuur
https://ai2-s2-public.s3.amazonaws.com/figures/2017-08-08/bab9dc75772f3bb2f5c1e1cb75f30f96b1ef969b/3-Figure2-1.png In deze voorbeeld uitwerking staan de links naar de CFEngine policies, waarmee het cluster is geconfigureerd en zijn de gegenereerde configuratie bestanden weergegeven.
Terug naar: PostgreSQL