You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to create read-only replicas from the operator.
I imagine there would be a "PrimaryClusterId" field in the DatabaseClusterSpec which would, during creation, create a replica.
If this field was deleted down the line, the database could promote itself to a primary.
alternatively, there could be a "DatabaseReplicaCluster". This would involve adding a field like "ReplicaClusterId" in "DatabaseClusterSpec" which would facilitate the promotion & deletion of the old replica.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to create read-only replicas from the operator.
I imagine there would be a "PrimaryClusterId" field in the DatabaseClusterSpec which would, during creation, create a replica.
If this field was deleted down the line, the database could promote itself to a primary.
alternatively, there could be a "DatabaseReplicaCluster". This would involve adding a field like "ReplicaClusterId" in "DatabaseClusterSpec" which would facilitate the promotion & deletion of the old replica.
The text was updated successfully, but these errors were encountered: