Migrating Data to NuoDB
nuodb-migrator
allows you migrate from a source (NuoDB or third-party) database to a target NuoDB database.
This documentation includes specific JDBC driver specifications and examples for each source database that nuodb-migrator
supports.
Regardless of the type of database that is being migrated, the steps for migrating a source database to a target NuoDB database are the same.
Install the JDBC Driver for the source (NuoDB or third-party) database
nuodb-migrator
communicates with the source database via JDBC.
A JDBC driver is required for both the source and target database connections.
You will find information about each supported JDBC driver, its class name and its standard JDBC URL format on each of the source database example pages:
Installing the JDBC driver jar file can be done by one of two options:
-
Define the JDBC driver jar file on the Java
CLASSPATH
-
Copy the JDBC driver jar file to the
nuodb-migrator
tooljar
directory
Depending on how the nuodb-migrator
tool was installed, the JDBC driver should be copied to one of the following locations:
Migrator Installation Type | Jar File Destination |
---|---|
NuoDB Product Installation |
|
GitHub Source Build |
|