constantine_karamichalis
5 years ago
5 changed files with 77 additions and 0 deletions
@ -0,0 +1,19 @@ |
|||
rs.initiate( |
|||
{ |
|||
"_id":"rep-set1", |
|||
"members":[ |
|||
{ |
|||
"_id":0, |
|||
"host":"primary1:27017" |
|||
}, |
|||
{ |
|||
"_id":1, |
|||
"host":"secondary1_1:27017" |
|||
}, |
|||
{ |
|||
"_id":2, |
|||
"host":"secondary1_2:27017" |
|||
} |
|||
] |
|||
} |
|||
); |
@ -0,0 +1,19 @@ |
|||
rs.initiate( |
|||
{ |
|||
"_id":"rep-set2", |
|||
"members":[ |
|||
{ |
|||
"_id":0, |
|||
"host":"primary2:27017" |
|||
}, |
|||
{ |
|||
"_id":1, |
|||
"host":"secondary2_1:27017" |
|||
}, |
|||
{ |
|||
"_id":2, |
|||
"host":"secondary2_2:27017" |
|||
} |
|||
] |
|||
} |
|||
); |
@ -0,0 +1,19 @@ |
|||
rs.initiate( |
|||
{ |
|||
"_id":"rep-set3", |
|||
"members":[ |
|||
{ |
|||
"_id":0, |
|||
"host":"primary3:27017" |
|||
}, |
|||
{ |
|||
"_id":1, |
|||
"host":"secondary3_1:27017" |
|||
}, |
|||
{ |
|||
"_id":2, |
|||
"host":"secondary3_2:27017" |
|||
} |
|||
] |
|||
} |
|||
); |
@ -0,0 +1,19 @@ |
|||
rs.initiate( |
|||
{ |
|||
"_id":"rep-set4", |
|||
"members":[ |
|||
{ |
|||
"_id":0, |
|||
"host":"primary4:27017" |
|||
}, |
|||
{ |
|||
"_id":1, |
|||
"host":"secondary4_1:27017" |
|||
}, |
|||
{ |
|||
"_id":2, |
|||
"host":"secondary4_2:27017" |
|||
} |
|||
] |
|||
} |
|||
); |
@ -0,0 +1 @@ |
|||
rs.slaveOk |
Loading…
Reference in new issue