You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying migrations to a D1 database a backup is performed. When migrating a local D1 database with wrangler d1 migrations apply my-cool-database --local the backup is not performed on the local database, but on the production database. This requires all developers in a team to be authed against the production account, even if they're otherwise developing against local resources.
The text was updated successfully, but these errors were encountered:
What version of
Wrangler
are you using?2.5.0
What operating system are you using?
Linux
Describe the Bug
When applying migrations to a D1 database a backup is performed. When migrating a local D1 database with
wrangler d1 migrations apply my-cool-database --local
the backup is not performed on the local database, but on the production database. This requires all developers in a team to be authed against the production account, even if they're otherwise developing against local resources.The text was updated successfully, but these errors were encountered: