Skip to main content

Which replication methods does PostgreSQL support?

Bakul Banthia avatar
Written by Bakul Banthia
Updated over 2 years ago

PostgreSQL supports powerful replication features as listed below:

  • Sync/Async Replication

  • Streaming Replication

  • Logical Replication

  • Trigger-based replication

  • Transaction Log shipping replication

To learn more about replication methods in PostgreSQL, see the PostgreSQL documentation.

Did this answer your question?