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 link
- Windows
- Linux
- MacOS
Download specific version
The migration will work only with the 3.3.4 OIBus version. If you want to migrate to a later version, first install OIBus v3.3.4 from one of the links below, and then update OIBus from v3.3.4 to a later version.
- Windows
- Linux
- MacOS
Migration steps
- Stop the OIBus service.
You can zip the data folder, or at least the configuration file oibus.json
and its keys
as a backup.
-
Install OIBus v3.3.4. 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. -
Stop OIBus v3.
-
Copy the migration tool in the OIBus binary folder.
-
Run the OIBus migration tool. Be sure to specify the appropriate data folder.
Windows command
oibus-upgrade.exe --config D:\OIBusData
Linux / macOS command
./oibus-upgrade --config /usr/oibus/OIBusData
- Start OIBus v3.
The file upgrade-journal.log
contains the logs of the migration.