Update the Plugin from the Command Line
This procedure describes how to upgrade an existing installation using the cvadmin command-line tool.
1. Go to the <DATADIR>/bin directory and run the cvadmin tool for plugins: ./cvadmin plugins
2. To retrieve the list of installed components, run: list
3. Uninstall the previous version of the connector using the installed component named from Step 2, by running the command, for example:
remove name=enovia-er-connector
4. Install the new component:
install file=<PATH TO enovia-er-connector-plugin-v6.zip>