Loading...
Loading...
Set up Convex backups and run a restore DRILL that proves recovery — snapshot, restore into a throwaway preview, assert the data came back — plus a schedule matched to your RPO and a gated recovery runbook.
npx skill4agent add get-convex/agent-skills convex-backupnpx convex export --path backup-<date>.zip--include-file-storagenpx convex exportCONVEX_DEPLOY_KEYnpx convex deploy --preview-create restore-drill-<date>npx convex import backup-<date>.zip --deployment restore-drill-<date> --replace--deployment--preview-nametablesdatarunOneoffQuerynpx convex import backup.zip --replace --prod