"New table referralOverview has IDs that conflict with existing table configColumns"
Hi, when trying to import a snapshot into a preview environment during a deploy, I get this error. Everything works fine locally when devving and then I export the snapshot directly from dev. I manually checked the ID's of configColumns against the ID's in referralOverview and there are no matches. How do I fix this?
8 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Are you passing
--replace
to snapshot import? It sounds like you're importing data that is using table numbers that were assigned to a different table in the preview deploy. If the preview deploy is trying to reset state, you might want to reset all the tables, at which point imports won't conflict with anything.there's a known issue with snapshot imports that we aim to resolve today. sorry about that
Preview is always a new blank environment so i dont think replace matters
Am I wrong?
Ok if someone can pls let me know when it's fixed, big blocker for us
if you #verify we can get the fix out to you faster. otherwise i'm aiming to get it out within the next few hours
I followed the flow in verify
i believe the fix has been deployed to your projects. try again and let me know if it works?
it worked. thank you!