Re: Database restore
Usually there are structural changes between versions thus a db check prevents the usage of an old db with a new program. You have two options:
If you have few data only you may transfer the data manually from your old db to the new one. phpmyadmin gives you a fairly comfortable ex- and import routine.
If your system is bigger you need to check for the structural changes (new tables and fields). Then recreate the new fields and tables in your old db and change the table config. This should work but takes some time. And it is NOT recommended to try it on a live system.
The easier way is to find out why the upgrade fails. I just ran one for testing puposes with a fairly large db and it worked without problems. So it is likely that your system configuration is the culprit.
__________________________
Robert Laussegger
http://www.iscongroup.net
Bei Fragen: support@iscon.at
Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
Ab sofort auch mit 6.4.2
Bookmarks