I have a drupal site that I want to move to another server. What is the best way to go about this?
It is not a live site, it is a dev site.

Thanks

Comments

devenderdagar’s picture

Hi Jane

you just need to upload all your files at another server. Then Migrate your Database at another server. Change Settings.php for database connectivity. And all done.

If you face some problems still, post here with your error or whatever it is.

Cheers

Devender

ask4prasath’s picture

Hey Jane,

you have to make two things

1.Dump your database and put the the database on your new server

2.tar your drupal file and move to the new server

then you have change the settings.php in the drupal file for the database connectivity on the new server

tc