Re: Data transfer from 4.5.1d to 4.5.1e possible?
I did a 4.5.1d to 4.5.1e data transfer just a few weeks ago (we upgraded/moved servers). This is how I did it...
a. Using phpMyAdmin, select your SugarCRM database.
b. Click on the Export tab
c. Under "View dump (schema) of database", make sure all tables are selected (they are by default).
d. Select "SQL" as the export format.
e. In the "structure" and "data" areas, leave default.
[x]Structure
[x] add AUTO_INCREMENT value
[x] enclose table and field names with backquotes
[x] Data
[x] complete inserts
[x] extended inserts
[x] use hexadecimal for binary fields
export type = INSERT
f. Save as file [x]
Don't save it as any type of file, just download it.
g. Click "Go"
The hurdle comes when you go to re-import the data into a new database. phpMyAdmin will have varying limits on the size of the upload file depending on the server you're on. If you have a limitation on your server upload that is less than the exported 'sugarCRM.sql' file, then you are going to have to break up the .sql file into chunks that are no bigger than the upload limit stated by phpMyAdmin. Make sure you keep sql commands and data whole - don't split them arbitrarity. If you have a large database of information, this will be a pain in the a**.
If you are in a shared server environment, your options are limited.
If you have access to a shell prompt, then you can try the alternate method outlined
here
Good luck.
michaelest
sugarCRM OS 4.5.1e (build 1049)
PHP Version 5.2.3
Apache 2.2.4
FreeBSD 6.2-RELEASE #0:
Bookmarks