postgres-operator/pkg
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
..
apis/acid.zalan.do Adding the support for standby cluster 2019-06-21 10:11:39 +02:00
apiserver reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
cluster Adding the support for standby cluster 2019-06-21 10:11:39 +02:00
controller Add secret mount to operator (#535) 2019-06-19 12:40:49 +02:00
generated reflect change in github url (#496) 2019-02-25 11:26:55 +01:00
spec Fix golint failures 2019-01-08 13:04:48 +01:00
util Add secret mount to operator (#535) 2019-06-19 12:40:49 +02:00