Upgrading from Drupal 6 to 7
Submitted by radu on October 3, 2011 - 11:07pm
Just upgraded my web site from Drupal 6 to 7. All I had to do was to download the latest release from drupal.org and follow the instructions from UPGRADE.txt. I admit this part was easier than expected.
But if you want to try a different approach, check out the following project:
http://fuerstnet.de/en/drupal-upgrade-easier
It uses a patch system to update from all minor versions to the latest version of Drupal. Download the right patch file for your version, than run the following commands:
cd DRUPAL-ROOT patch -p1 --dry-run < PATCHFILE patch -p1 < PATCHFILE

Comments
Before you continue reading...
Before you continue reading, we need to define the difference between upgrading and updating:
Upgrading refers to moving from one major release to another, e.g. you are moving from Drupal 6 to Drupal 7.
Updating typically refers to bringing your site up to the latest minor version of Drupal, e.g. such as updating from Drupal 6.12 to Drupal 6.14.
See you
diseño web mexico
I moved this blog to my own
I moved this blog to my own dedicate server to make it run even faster than Drupal 6. As a result of this process, I collected some Drupal 7 facts
Add new comment