| Previous topic :: Next topic |
| Author |
Message |
SamTzu
Joined: 22 Apr 2008
Posts: 16
|
| Posted: Wed Jun 11, 2008 4:25 pm Post subject: Migrating vTiger |
|
|
I recently moved our CRM to one of our new server and I have to tell you it was a fairly painless project.
Here is how I did it.
1) I backed up the www folder on the server and the MySQl database using Webmin. (All hail webmin. Don't leave home without it.)
2) I copied these backup files to the new server using sftp protocol.
3) On the new server I restored the www files to the proper directory.
4) I restored the MySQL databese using webmin (All hail webmin, etc.)
5) I modified the lines in the configuration.php files where the server paths are mentioned.
That was it. Suprisingly easy (if you have some knowledge about these things.)
These were the settings I had to modify in config.inc.php
$dbconfig['db_username'] = 'web53u1';
$dbconfig['db_password'] = '******';
$dbconfig['db_name'] = 'web53db1';
Hope this helps you.
Sam |
|
| Back to top |
|
prasad.a
Joined: 01 Aug 2007
Posts: 968
|
| Posted: Wed Jun 11, 2008 4:32 pm Post subject: Migrating vTiger |
|
|
Hi Sam,
Thank you for sharing your experience with us.
Regards,
Prasad
vtiger Team |
|
| Back to top |
|
SamTzu
Joined: 22 Apr 2008
Posts: 16
|
| Posted: Thu Jun 12, 2008 7:11 am Post subject: Re: Migrating vTiger |
|
|
Not a problem.
I wish more people would post stuff like this.
Would make all our lives easier. |
|
| Back to top |
|
| |