Migration guide
This is the migration guide for an update of arbit between version 0.2 and version 0.3.
The migration should work mostly flawless. After installing the new files you should call the following command once, to rebuild the updated views in CouchDB:
./scripts/usr/manage verify
To make use of the new reporting facilities in the issue tracker you should ensure all your existing issues are properly indexed. This can be done by calling:
./modules/tracker/scripts/manage -p project_1 -p project_2 index
This should be all and your arbit instance should be up to date again. To be sure you should clean all caches:
./scripts/usr/manage clear-cache
Have fun with your up-to-date arbit instance.