aleks_glushko
CCConvex Community
•Created by aleks_glushko on 11/18/2024 in #support-community
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 activityLogsIs something done in a wrong way and what could be the solution? Thanks.
17 replies