Loading...
Loading...
Rehearse a live-app schema change + backfill on a snapshot-seeded preview deployment, verify, then promote the proven change to prod with the snapshot as rollback.
npx skill4agent add get-convex/agent-skills convex-migrate-rehearseCONVEX_DEPLOY_KEY--preview-create--preview-namenpx convex loginnpx convex export --path snapshot.zip--include-file-storagenpx convex deploy --preview-create migrate-<slug>npx convex import snapshot.zip --deployment migrate-<slug>--deployment--preview-namenpx convex deploy --preview-name migrate-<slug>convex devrunrunOneoffQuerynpx convex import snapshot.zip --replace --proddeploy --preview-name--deployment