Install on Ubuntu
On this page
You can install Relational Migrator on a single Ubuntu or Debian machine. This installation method uses default settings and binds Relational Migrator to a single IP and port.
Steps
Download the latest
.deb
binary from the release page.Install Relational Migrator.
sudo apt install ./mongodb-relational-migrator_X.X.X-1_amd64.deb Change the directory to the Relational Migrator
app/lib
location.cd /opt/mongodb-relational-migrator/lib/app/lib (Optional) To connect to Oracle or MySQL drivers, download and place the drivers into your Relational Migrator directory.
To download and install MySQL, Oracle or DB2 drivers, see the following:
Copy the driver files to
/opt/mongodb-relational-migrator/lib/app/lib
.To copy the driver, use the following example:
curl https://download.oracle.com/otn-pub/otn_software/jdbc/216/ojdbc11.jar -O -L -b -o
Change the directory to the Relational Migrator
/bin
location and start the application.cd /opt/mongodb-relational-migrator/bin ./mongodb-relational-migrator Note
If you start Relational Migrator before you copy the driver files into the
Drivers
directory, you must restart the application to use the MySQL or Oracle drivers.