Postgres Replication and HA

From wiki.vacula.xyz
Revision as of 17:46, 22 April 2026 by Dracula (talk | contribs) (Created page with "This mostly focuses on async streaming replication on Postgres 15. Important notes: * Every transaction is added to a log called a ''write ahead log'' or ''WAL''. * WAL files are transferred from the primary to the secondary. Important config options: * wal_keep_size: # of WAL segments to keep")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This mostly focuses on async streaming replication on Postgres 15.

Important notes:

  • Every transaction is added to a log called a write ahead log or WAL.
  • WAL files are transferred from the primary to the secondary.

Important config options:

  • wal_keep_size: # of WAL segments to keep