Migration Introduction
Find instructions for migrating data from Postgres, CSV, other SerenDB projects, and other database providers. For near-zero downtime data migrations from other Postgres providers, consider using logical replication. Additionally, if you're new to SerenDB and want to try it out, our sample data guide provides datasets for exploration and testing.
Data migration guides
Migrate with pg_dump and pg_restore
Migrate from another SerenDB project
Migrate from Firebase Firestore
Use logical replication for near-zero downtime data migrations
Postgres logical replication in SerenDB provides an efficient way to migrate data from other Postgres providers with minimal downtime. By replicating data in real-time, this method allows you to transition your applications to SerenDB without interrupting your services. Please refer to our logical replication guides for instructions.
Last updated