You could get copying the folder to work, but wont be ideal if you are using a different setup, such as a different Database.
You could possibly get it to work as long as you update the relevant Details in your Config.php. These details would be things like the db_config array.
Another way to do this would be to go into Admin > Backups. Here you can take a backup of the SuiteCRM Instance. It will download as a .zip file.
Keep in mind that it does not take a copy of your database, just the SuiteCRM application files.
You can then simply extract the zip file on your new host and you should be able to simply use the CRM, but you may need to update your Config.php file.
And finally, you can go to Admin > Studio and click âExport Customizationsâ. Here, you can select all modules you wish to keep your customizations for, and export them into a .zip file. After you install your new CRM on your new host, simply upload this .zip file into the Module Loader, found at Admin > Module
Loader.
After any of these, make sure to do a Quick Repair & Rebuild and ensure that your permissions are set correctly.
No just copying the installation folder will not work. But luckily it is pretty simpleâŚ
1.The first thing you want to do is get a dump of your SuiteCRM database.
2. Then import this into a database on your new hosting provider.
3. Make a backup of your entire Suite installation folder (create a tar.gz or zip file of it ). Also make sure you dont copy non-suite files over.
4. Extract this into your hosting providers www folder or wherever your new host tells you.
5. Once you have extracted the files to your installation directory edit the config.php file and give it the new database credentials
e.g.
âdbconfigâ =>
array (
âdb_host_nameâ => âlocalhostâ,
âdb_host_instanceâ => ââ,
âdb_user_nameâ => â ',
âdb_passwordâ => â â,
âdb_nameâ => âproductionâŚyâ,
âdb_typeâ => â lâ,
You probably want to give it your new url as well: âsite_urlâ => âhttps://â,
You should now be able to login to Suite, So login and go to the admin panel then Repair then do a Quick Repair and rebuild, twice.
You should now be good to but you could have file permission issues etc if thats the case set permissions on your server as follows:
Ive done everythign expect number 7.
Everything is working perfectly except invoices.
If I hit save, it takes me back to my home screen and when going back to the invoice it hasnt saved anything.
Another update.
I have doen steps 7, hasnt changed.
Invoices anbd Quotes dont work, seems its the AOS modules that cant save data and apon saving redirects me to the home screen.
Hi there
Sorry to open an old thread, but about to do this again.
However this time, I would like to migrate the instance, but start with a fresh database.