wiki:clean_openmind

Clean OpenMind database

In the openmind project directory you can call the following cleanup scripts via Maven.

Find Relations that link to non-current Entities

OpenMind should not be running while using this script!

mvn exec:java -Dexec.mainClass="org.mpi.openmind.scripts.FixRelationNonCurrent" -Dexec.args="SHOW dbuser dbpw"

Using "FIX" instead of "SHOW" links the Relations to the current versions of the Entities.

Last modified 9 years ago Last modified on Jun 18, 2015, 10:48:12 AM