All Collections
PostgreSQL
Concepts
Which replication methods does PostgreSQL support?
Which replication methods does PostgreSQL support?
Bakul Banthia avatar
Written by Bakul Banthia
Updated over a week 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?