we have built an upgrade package that is curretly in testing. If you are interested please send us an email to info@spicecrm.io and we send it to you. This will roll out soon for general avaialbility.
Ah, thanks. I just did it the hard way by exporting and re-importing things. I may try it on some test instances once it’s released to see how easy it makes it.
I would be interested in this as well. I’m currently maintaining an old SugarCRM CE installation and need to decide whether to go the Suite or SpiceCRM route.
How old is you SugarCRM CE?
SpiceCRM is a fourk of SugarCRM CE 6.5.22.
Any 6.5 version should be easy to migrate.
Backup your current database
Download and install SugarCRM (create new database without demo data)
Copy content of your old database to the new one except config and relationships tables.
Try to login to SpiceCRM as admin
Perform a repair/rebuild
Move your config_override.php from old system to new file system
Move your file customizations from your old filesystem to spicecrm. The ones located in custom folder
GOOD TO KNOW: constructor Syntax was upgraded to __construct(). If you customized a view.detail.php and called the function ViewDetail() constructor, you will get an error. Or if you have a custom module and calle parent::SugarBean(), you will get an error.
Monitor your php error log, errors will point to the files to correct.
Perform a repair/rebuild
That should be enough.
If you made customization using the studio, they should work too but we can’t garantee that it will really work.
These are possible steps to upgrade to SpiceCRM.
If you want to upgrade to SpiceCRM UI then you some more work: re-define all layouts for all views. Try the upgrade of SpiceCRM first. It’s a condition being able to use SpiceCRM UI.
After some delay I have started a new effort to move my SugarCRM-server into a PHP7 environment. Installing SuiteCRM runs like a dream.
The challange I have is getting my SugarCRM 6.5.26 (Build 378) data connected to the SpiceCRM backend. Still somehow, I end up with error messages either in PHPmyAdmin when importing the Sugar-db (some campaignfields are causing trouble) or when trying to create a new database it lacks the config data (as described).
I have not been able to get to the repair/rebuild section as Spice either doesn’t connect or PHPmAdmin imports data until an error arrises.
Sorry for the delayed reply, yes, that would work or import the SugarCRM database in the on Spice generates when installing. Also there are a number of uploaded files and emails that need to be transferred.