postgres-operator/docs
Rafia Sabih 540d58d5bd
Adding the support for standby cluster
This will set up a continuous wal streaming cluster, by adding the corresponding section in postgres manifest. Instead of having a full-fledged standby cluster as in Patroni, here we use only the wal path of the source cluster and stream from there.

Since, standby cluster is streaming from the master and does not require to create or use databases of it's own. Hence, it bypasses the creation of users or databases.

There is a separate sample manifest added to set up a standby-cluster.
2019-06-21 10:11:39 +02:00
..
diagrams Add GSoC 2019 project ideas (#470) 2019-02-06 14:40:12 +01:00
gsoc-2019 reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
reference Adding the support for standby cluster 2019-06-21 10:11:39 +02:00
administrator.md Add secret mount to operator (#535) 2019-06-19 12:40:49 +02:00
developer.md Implement runner for e2e tests (#548) 2019-06-05 17:07:27 +02:00
index.md reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
quickstart.md Add CRD configuration to Helm chart values.yaml (#559) 2019-06-03 14:48:32 +02:00
user.md Adding the support for standby cluster 2019-06-21 10:11:39 +02:00