aleks_glushkoA
Convex Communityโ€ข16mo agoโ€ข
16 replies
aleks_glushko

Dev to prod table export/import

Hi,
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.zip


But 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.
Was this page helpful?