Upgrading from 0.7.1 to 0.7.2

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 -e "DROP DATABASE [dbname]"

mysql -u [user] -p -e "CREATE DATABASE [dbname]"

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