`TransactionDeadlockError: deadlock detected` `edgedb error: error in one of the migrations`
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
[Follow up from discord
](https://discord.com/channels/841451783728529451/849377751370432573/1131009044384067604)
- EdgeDB Version: 3.1
- EdgeDB CLI Version: 3.4.0+4d95a2c
- OS Version: macos 10.13
Steps to Reproduce:
1. Migrating a remote instance via `edgedb migrate -I instance_name`
2. Fails with the following CLI output,
```
edgedb error: TransactionDeadlockError: deadlock detected
edgedb error: error in one of the migrations
```
This was ultimately resolved by retrying. According to @elprans these should be automatically retried.
Noticed there was not a verbose option on `edgedb migrate` so no additional information to provide there.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.