Skip to main content
Version: v3

Migrate to v3

Migrate from OIBus v1 and v2 into the new OIBus v3 version with our migration tool and a few manuel steps.

Download specific version

OIBus version

The migration will work only with the 3.3.1 OIBus version. If you want to migrate to a later version, first install OIBus v3.3.1 from one of the links below, and then update OIBus from v3.3.1 to a later version.

Migration steps

  1. Stop the OIBus service.
tip

You can zip the data folder, or at least the configuration file oibus.json and its keys as a backup.

  1. Install OIBus v3.3.1. Be careful to specify the same data folder. Check that OIBus v3 run properly by login on http://localhost:2223 with admin / pass. If everything works, go on with the next step.

  2. Stop OIBus v3.

  3. Copy the migration tool in the OIBus binary folder.

  4. Run the OIBus migration tool. Be sure to specify the appropriate data folder.

./oibus-upgrade --config ./data-folder
./build/bin/macos-arm64/oibus-upgrade --config ./data-folder
  1. Start OIBus v3.
tip

The file upgrade-journal.log contains the logs of the migration.