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

Import Data Assistant

Migrate with pg_dump and pg_restore

Migrate from another SerenDB project

Migrate schema only

Import data from CSV

Migrate from Firebase Firestore

Migrate from Heroku

Migrate with AWS DMS

Migrate from Azure

Migrate from Digital Ocean

Import sample data

Migrate from MySQL

Migrate from Render

Migrate from Supabase

Migrate with pgcopydb

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