BetaTeamEnterprise
MongoDB
Spin up an isolated MongoDB branch of your remote database with mirrord
Basic Configuration
{
"feature": {
"db_branches": [
{
"id": "users-mongo-db",
"type": "mongodb",
"version": "7.0",
"name": "users-database-name",
"connection": {
"url": "MONGODB_URI"
},
"copy": {
"mode": "empty"
}
}
]
}
}Copy Modes
Mode
What gets cloned
Best for
Collection Filters
Mode
Unfiltered collections
Filtered collections
Last updated
Was this helpful?

