Обсуждение: Is there psql cluster or replication

Поиск
Список
Период
Сортировка

Is there psql cluster or replication

От
Vince McMahon
Дата:
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?

Re: Is there psql cluster or replication

От
Ian Lawrence Barwick
Дата:
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