Hello all Drupallers,

I need support in moving my drupal site from Godaddy.com on a dedicated unix running plesk, to my new hosting at servint.com running VPS unix on cpanel.

I would like to know the way to do it,

Thank you,

Saar

Comments

seanray’s picture

I usually do the thing in the way describeed in below:
1. In old site, go to "Performance" menu and clean the cache data first
2. Export MySQL database
3. Move all the Drupal files to the new server.
4. Import the database

Polyspiral’s picture

Probably my fault, I didnt clean the cash data, did everything else, and you might want to ad that you need to go into settings to update the username, password for the new location of the database

I get this error:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 30720 bytes) in /home/creativeborn/public_html/modules/user/user.module on line 1726

Call Stack
# Time Memory Function Location
1 0.0005 95128 {main}( ) ../index.php:0
2 0.0031 103760 drupal_bootstrap( ) ../index.php:16
3 0.1004 2799960 _drupal_bootstrap( ) ../bootstrap.inc:989
4 0.1019 2804752 _drupal_bootstrap_full( ) ../bootstrap.inc:1078
5 0.1523 4243048 module_load_all( ) ../common.inc:2609
6 0.4623 15939344 drupal_load( ) ../module.inc:14

Please can someone help, thanks

Polyspiral’s picture