Is there psql cluster or replication

Started by Vince McMahonabout 3 years ago2 messagesgeneral
Jump to latest
#1Vince McMahon
sippingonesandzeros@gmail.com

Is there cluster on postgres? Or, there is replication, not cluster.

If there is active/passive cluster or active/active , may I have the steps
to configure them?

#2Ian Lawrence Barwick
barwick@gmail.com
In reply to: Vince McMahon (#1)
Re: Is there psql cluster or replication

2023年3月22日(水) 8:47 Vince McMahon <sippingonesandzeros@gmail.com>:

Is there cluster on postgres? Or, there is replication, not cluster.

If there is active/passive cluster or active/active , may I have the steps to configure them?

See here for details about PostgreSQL's built-in streaming replication.

https://www.postgresql.org/docs/current/high-availability.html

Regards

Ian Barwick