Clean up state store of a Germain engine
How to clean up state store of a Germain engine
Step-by-step guide
- Navigate to Germain engine directory
- Make sure the Germain engines are stopped
- Execute the following commands to clear & recreate the state store:
cd database
rm –rf hsqldb/*
nohup ./db-standalone.sh &
./createStatestore.sh - Shut down state store DB
./db-exec.sh
shutdown;\q - Restart Germain engines
Related articles