Home Sponsorship Information Agenda Speakers Venue & Hotels Registration Percona Live 2026 - Amsterdam All Events
← Back to Talks 30 Minute Presentation

Zero-Downtime Migration with Percona ClusterSync for MongoDB

Inel Pandzic
Inel Pandzic
Senior Software Engineer
Percona

May 27-29, 2026 • Computer History Museum, California
Date, time, and room will be announced soon.

MongoDB

Organizations running MongoDB on Atlas or Enterprise editions face a growing tension: rising costs, licensing changes, and vendor lock-in make it increasingly difficult to maintain control over their data infrastructure. Yet migrating between MongoDB clusters has traditionally required application downtime or complex manual orchestration – leaving many teams stuck on platforms they’ve outgrown.

Percona ClusterSync for MongoDB (PCSM) is an open-source, cluster-to-cluster replication tool that frees users from vendor lock-in and enables zero-downtime data migration to open-source MongoDB options, including Percona Server for MongoDB and MongoDB Community Edition. It handles initial data cloning, continuous change stream-based replication, namespace filtering, and automatic index management – all without interrupting production workloads.

PCSM supports both replica set and sharded cluster topologies, and because the source and target can differ in topology and shard count, it also enables infrastructure right-sizing – for example, downscaling from a sharded cluster to a simpler replica set when your data no longer requires sharding, reducing both operational complexity and cost.

In this talk, we cover:

  • The business case for escaping MongoDB vendor lock-in and moving to open-source alternatives
  • How PCSM works: the two-phase replication model (clone + catch-up, then continuous real-time replication via change streams), its state machine, and the HTTP API for operational control
  • Deployment architecture options and how placement affects migration performance
  • Supported migration paths: Atlas, Enterprise, and Community as sources; Percona Server for MongoDB and Community Edition as targets; topology changes including sharded-to-replica-set downscaling
  • A live end-to-end demonstration: starting replication, monitoring progress, finalizing, and cutting over to the new cluster

Attendees will leave with a clear understanding of how to plan and execute a zero-downtime MongoDB migration, how to use PCSM for hybrid cloud synchronization, and how to right-size their infrastructure – all using open-source tooling.

Zero-Downtime Migration with Percona ClusterSync for MongoDB

Speaker

Inel Pandzic
Inel Pandzic
Senior Software Engineer
Percona

Inel Pandzic is a senior software engineer specializing in distributed systems and database infrastructure. He previously built Kubernetes database operators at Percona and is currently working on a MongoDB …