update,
to enable write in DR,while my dc is down
db.adminCommand(
{
setUserWriteBlockMode: 1,
global: false
}
)

i did the baove command
but when my dc is up again,
how to get the data which i wrote in dr to dc.

can anyone please explain?