Migration to Resonant Mind
Ready to upgrade? This page covers the migration path from Mind Cloud to Resonant Mind. For the full detailed guide, see the Resonant Mind migration docs.
Quick Summary
- Deploy Resonant Mind — fresh instance alongside Mind Cloud
- Export Mind Cloud data —
npx wrangler d1 export ai-mind --output=backup.sql - Import to Resonant Mind — load the data into your new D1 or Postgres instance
- Revectorize — regenerate embeddings (Gemini vs Workers AI BGE)
- Update MCP config — point your client to the new endpoint
- Test — verify with
mind_orientand searches - Decommission Mind Cloud — when you’re confident everything transferred
What You Keep
All your data transfers: entities, observations, relations, journals, images, identity graph, threads, and context. The schema is compatible — it’s the same cognitive architecture, evolved.
What Changes
- Embeddings — new vectors from Gemini Embedding 2 (multimodal, higher quality)
mind_spark— merged intomind_surfacewith modespark- Security — hardened auth, SQL injection protection, timing-safe HMAC
Can I Run Both?
Yes. Keep Mind Cloud running during migration. Test Resonant Mind in parallel. Switch your MCP config when ready. No downtime required.
See the full migration guide for step-by-step instructions.