BetaTeamEnterprise
MySQL
Spin up an isolated MySQL branch of your remote database with mirrord
Basic Configuration
{
"feature": {
"db_branches": [
{
"id": "users-mysql-db",
"type": "mysql",
"version": "8.0",
"name": "users-database-name",
"connection": {
"url": "DATABASE_URL"
},
"copy": {
"mode": "empty"
}
}
]
}
}Copy Modes
Mode
What gets cloned
Best for
Filtered Data Clone
Custom Dump Arguments
Example - single transaction and no table locking
IAM Authentication
Last updated
Was this helpful?

