YugabyteDB Voyager is a powerful open-source data migration engine that accelerates cloud native adoption by removing barriers to moving applications to the public or private cloud. It helps you migrate databases to YugabyteDB quickly and securely.
YugabyteDB Voyager manages the entire lifecycle of a database migration, including cluster preparation for data import, schema-migration, and data-migration, using the yb-voyager command line utility.
You can migrate data to any one of the three YugabyteDB products (2.16.0.0 and later). The following cluster types are supported: Local YugabyteDB clusters, YugabyteDB Anywhere, YugabyteDB Managed
- Highlights
- Prerequisites and Install
- Migration Steps
- Current Product State and Roadmap
- Need Help?
- Contribute
- License
- Free and completely open source
- Identical steps and unified experience for all sources and destinations
- Optimized for distributed databases
- Chunks the source files
- Scales and auto tunes based on cluster size
- Number of connections based on target configuration
- Parallelism across tables and within tables
- Idempotent
- Data import is resumable in case of disruption
- Visual progress for data export and import
- Scales with nodes and cpu
- Packaged for easy installation, one-click installer
- Safe defaults
- Direct data import from CSV and text files
For prerequisites like supported operating system, machine requirements, please refer to the Prerequisites section
Once the prerequisites are satisifed, you can install yb-voyager on a machine with operating systems like RHEL, Ubuntu, macOS, or even in Airgapped, or Docker environment or build using source. For detailed instructions, refer Install section
The workflow to carry out a migration using yb-voyager is as follows:
More details regarding the entire migration workflow, starting from setting up your source and target databases, up until verifying the migration can be found in the Migration Steps on the YugabyteDB Voyager Docs.
-
You can ask questions, find answers, and help others on our Community Slack, Forum, Stack Overflow, as well as Twitter @Yugabyte
-
Please use GitHub issues to report issues or request new features.
As an an open-source project with a strong focus on the user community, we welcome contributions as GitHub pull requests. See our Contributor Guides to get going. Discussions and RFCs for features happen on the design discussions section of our Forum.
Source code in this repository is variously licensed under the Apache License 2.0 and the Polyform Free Trial License 1.0.0. A copy of each license can be found in the licenses directory.