prisma / migrate

Issues for Prisma Migrate are now tracked at prisma/prisma. This repo was used to track issues for Prisma Migrate Experimental and is now deprecated.
https://www.prisma.io/docs/concepts/components/prisma-migrate
Apache License 2.0
766 stars 22 forks source link

report #622

Closed baatten closed 3 years ago

baatten commented 4 years ago

Hi Prisma Team! Prisma Migrate just crashed.

Versions

Name Version
Platform darwin
Node v12.18.3
Prisma CLI 2.10.0
Binary af1ae11a423edfb5d24092a85be11fa77c5e499c

Error

Error: Error in migration engine.
Reason: [migration-engine/connectors/sql-migration-connector/src/sql_migration_persistence.rs:91:66] called `Result::unwrap()` on an `Err` value: ConnectionError { quaint_error: Error { kind: Timeout("SQLite database is busy"), original_code: Some("5"), original_message: Some("database is locked") }, connection_info: Sqlite { file_path: "dev.db", db_name: "quaint" } }

Please create an issue in the migrate repo with
your `schema.prisma` and the prisma command you tried to use 🙏:
https://github.com/prisma/migrate/issues/new
tomhoule commented 3 years ago

I think we do have a proper error for this now. Please open a new issue if it crashes again. Thanks!