This is likely a stupid question (I'm new to Drupal) - but how exactly do I upgrade from 1.6 to 1.8? I downloaded the bits but am stuck, the readme.txt doesn't really give install instructions.

Please advise, thanks!

Comments

callisto’s picture

Hi, welcome to Drupal! Upgrading modules is as easy as installing them in the first place. Simply remove the existing module folder and put the newer one in its place. Then, run 'update.php' to process database changes, if any.

Even easier would be to use Drush, and type "drush update" on the command line.

Here's some helpful info:

Upgrading contributed modules:
http://drupal.org/node/250790

Installing contributed modules:
http://drupal.org/node/70151

How to upgrade modules?:
http://drupal.org/node/142767

Good luck!

alex_b’s picture

Status: Active » Closed (fixed)

Thanks, callisto, for answering this question. consumedsoul: Welcome to Drupal, too :)

Closing this issue.