Dev to prod table export/import
My goal is to create deployment version and port all of the data from dev tables to prod.
I have done the following to
-
npx convex deploy to create deployment branch in convex- exported backup as ZIP from dev branch
- run
npx convex import --prod --replace /Users/aleks/Downloads/snapshot_expert-lark-122_1731932235731925884.zipBut get an error, even with an empty activityLogs:
New table authAccounts has IDs that conflict with existing table activityLogs
Is something done in a wrong way and what could be the solution? Thanks.
