Mohammad Fahim Abrar

Results 2 comments of Mohammad Fahim Abrar

### Sample cluster.tf ``` variable "server_type_node" { default = "g6-standard-2" } variable "nodes" { default = 1 } variable "server_type_master" { default = "g6-standard-2" } variable "region" { default =...

Yes, independent shard restoration is possible. But configServer restoration is disabled. ref: https://github.com/wal-g/wal-g/blob/master/internal/databases/mongo/oplog/applier.go#L131-L134