Migrating to Convex articles:
Hi, are there any articles about gracefully migrating to convex?
1 Reply
What platform are you migrating from?
There’s these two:
https://stack.convex.dev/migrate-data-postgres-to-convex
https://stack.convex.dev/mongodb-to-convex-a-step-by-step-data-migration-script
Migrating data from Postgres to Convex
This guide will help you migrate data to Convex from Postgres on any provider (Supabase, Neon, RDS, etc).
MongoDB to Convex: A Step-by-Step Data Migration Script
Moving data between databases is never fun, but I needed to get 2 million MongoDB documents into Convex without losing my mind. This post walks throug...