Data Migration
Submitted by Guest on Wed, 22/12/2021 - 09:43
OpenVPMS doesn't directly support data migration from other veterinary practice systems.
It does however provide a plugin for Pentaho Data Integration (PDI) that can be used to get data into OpenVPMS.
The plugin works with PDI 9. This can be obtained from here.
Extract this zip file to a directory. This will be referred to as <PDI_HOME>.
To install the OpenVPMSLoader plugin:
- Remove any existing openvpms-pentaho-plugin directory from <PDI_HOME>/plugin
- Extract <OPENVPMS_HOME>/import/plugin/openvpms-pentaho-plugin.zip to <PDI_HOME>/plugins
This should automatically create a subdirectory under plugins named openvpms-pentaho-plugin - Copy the MySQL JDBC connector from <OPENVPMS_HOME>/lib to <PDI_HOME>lib
See also Implementors Forum|Data Migration