...
Warning |
---|
To execute these commands the server needs to either be started using |
Updating to the new Database user storage option
It appears that the method we were using to store bookmarks and redlines wasn't robust under load, so it's been replaced by one that stores this information in a database.
If you're running version 2.4.16 you're already using this update, those on earlier versions can follow these instructions to update without having to upgrade to 2.4.16.
The updated bundle is available at:
com.cohga.server.user.storage.db_1.4.2.jar
To use this you must:
- export the existing settings using ustorage save at the osgi prompt
- stop the server
- remove the older com.cohga.server.user.storage.osgi bundle from platform\plugins
- install the newer com.cohga.server.user.storage.db bundle to platform\plugins
- replace com.cohga.server.user.storage.osgi with com.cohga.server.user.storage.db in platform\configuration\config.ini
- clean out the platform\configuration directory (except config.ini)
- start the server
- import the existing settings using ustorage load at the osgi promot
Upgrading from 2.3 to 2.4
...