Appendix B. Manually upgrading moregroupware

This appendix contains the instructions for manually upgrading moregroupware, as they have been posted to the mailing lists.

[Important]Important

If you need to upgrade from e.g. 0.6.4 to 0.6.6, you need to perform the upgrade in two steps, from 0.6.4 to 0.6.5 and finally to 0.6.6.

[Warning]Warning

You should only attempt an upgrade if you still feel comfortable after(!) reading the instructions. You need some knowledge of what you are doing. It worked for the author, but no warranty is given whatsoever!

Here is what to do (Unix style, log in to server first):

If you run into trouble, you can revert back to the old release by removing the new moregroupware directory, moving back the backup dir and just piping the backup SQL into the database:

rm -ri moregroupware

mv -i moregroupware.bak moregroupware

mysql -u [user] -p [dbname] < mgw062.sql