While we are upgrading only within one major version (0.7.1) there is no need to rebuild databases
1) save oar
2) make you self ready config folders. Here is an example of config files needed for two instances:
Code:
os/config/:
1 2
os/config/1:
config-include OpenSim.ini Regions
os/config/1/config-include:
GridCommon.ini
os/config/1/Regions:
Regions.ini
os/config/2:
config-include OpenSim.ini Regions
os/config/2/config-include:
GridCommon.ini
os/config/2/Regions:
Regions.ini
3) shutdown the old instances of OSs
4) delete old folders with simulator instances (or change symlinks to them of you are on Linux like me)
5) unpack new version on their place
6) copy config folders into bin folder of every instance (content of "1" goes into bin of first instance etc..)
7) start simulators back and check logs
This makes upgrades within one major version (eg. 0.7.1.dev.ed26376 to 0.7.1.dev.25ecd62) very easy work which can be done within 5 minutes. Ofcourse upgrade from 0.6.9 to 0.7.1 can not be done like this and you need also keep your config folders updated.
Bo