Difference between revisions of "Webhuis PostgreSQL Cluster"

From PostgreSQL_wiki
Jump to: navigation, search
(Alternatieven voor HA Cluster)
(Dynamic Coonfiguration)
 
Line 9: Line 9:
 
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.
 
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 ===
 
=== Dynamic Coonfiguration ===
<b>Let op!<b/><br/>
+
<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/>.
+
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 ===
 
=== Literatuur ===
 
https://ai2-s2-public.s3.amazonaws.com/figures/2017-08-08/bab9dc75772f3bb2f5c1e1cb75f30f96b1ef969b/3-Figure2-1.png
 
https://ai2-s2-public.s3.amazonaws.com/figures/2017-08-08/bab9dc75772f3bb2f5c1e1cb75f30f96b1ef969b/3-Figure2-1.png

Latest revision as of 09:01, 20 September 2023

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