BetaTeamEnterprise
PostgreSQL
Spin up an isolated PostgreSQL branch of your remote database with mirrord
Basic Configuration
{
"feature": {
"db_branches": [
{
"id": "users-pg-db",
"type": "pg",
"version": "16",
"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 - exclude a large table from the dump
Connection Settings
IAM Authentication
Last updated
Was this helpful?

