Posted by juanmol on December 20, 2012 at 8:20am
Hi, i need to migrate a XAMPP windows enviroment with Drupal 6 to a Debian with mysql, apache2, php5 and Drupal 6 running and empty. There is a tool thats help me to do that?
Hi, i need to migrate a XAMPP windows enviroment with Drupal 6 to a Debian with mysql, apache2, php5 and Drupal 6 running and empty. There is a tool thats help me to do that?
Comments
Backup the htdocs directory & database
then dump that databasebackup into the linux mysql database
and move the htdocs to replace the linux htdocs directory
you might need to check your settings.php to make the new adjustments for the site.
empty cache and you should be good to go.
/K
Yes: cygwin rsync and drush.
Yes: cygwin rsync and drush. There's always lftp for shared hosts who can't handle ssh. (though I'd rather not use them) I use these utilities all the time, although I've stopped developing on xampp (any windows-native php flavor) Windows non-POSIX paths is too much headache. Check out moving your xampp to virtualbox or vbox + vagrant, an excellent combination.