Skip to content

migrating schema with multiple connected storages results in a failed migration #7009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jameshclrk opened this issue Mar 25, 2025 · 1 comment

Comments

@jameshclrk
Copy link
Contributor

If a collection has multiple connected storages, for example with multiple replication handlers, there is a race condition where the underlying collection used for the migration is removed because the name is the same (see sqlite-trial error).

I haven't tried all storages, but I have seen it on memory and sqlite-trial.

see #7008

@pubkey
Copy link
Owner

pubkey commented Apr 1, 2025

Fixed here: #7036

@pubkey pubkey closed this as completed Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants