http://blog.phil-taylor.com/2006/02/07/ ... be-easily/Filed under: Joomla Core — Phil Taylor @ 8:48 pm
DO NOT ATTEMPT THIS IF YOU DONT KNOW WHAT YOU ARE DOING!!! EMPLOY AN EXPERT TO DO IT IF YOU ARE AT ALL UNSURE - MESSING IT UP COULD LOOSE ALL YOUR DATA !!!!!Today I had to upgrade a customer form Mambo 4.5(1.0.9) to Joomla 1.0.7, this is not for the feint hearted!
Although they had loads of custom components I was only interested in upgrading the core of Mambo, I.e. the database schema and files.
I manually went through and compared the database, table by table, field by field, property by property, index/key by index/key, and compiled a long list of SQL commands that are needed to upgrade the database so it can be used.
I AM RELEASING THIS SCRIPT FOR FREE in the hope it is useful :-)Here are the steps I took
1. BACKUP FILES
2. BACKUP THE DATABASE
3. BACKUP AGAIN
4. Overwrite the Mambo files with the Joomla Files
5. Run my upgrade SQL (Download from
http://www.phil-taylor.com/Free )
6. TEST
7. Optional: upgrade custom components/modules/mambots
DO NOT ATTEMPT THIS IF YOU ARE UNSUREThis script is provided AS IS and is NOT SUPPORTED by Phil Taylor, Blue Flame IT Ltd. Use at your own risk.