Index: modules/project/UPGRADE.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/project/UPGRADE.txt,v retrieving revision 1.1 diff -u -p -u -p -r1.1 UPGRADE.txt --- modules/project/UPGRADE.txt 3 Aug 2007 00:59:23 -0000 1.1 +++ modules/project/UPGRADE.txt 8 Aug 2007 19:26:08 -0000 @@ -9,6 +9,32 @@ specific things you need to know about a -------------------------------------------------- +Upgrading to 5.x-1.* (from 4.7.x-*) +-------------------------------------------------- + + If your site is currently running 4.7.x-1.*, you will have the same +complications upgrading directly to 5.x-1.* as you would upgrading to +4.7.x-2.*. Therefore, please read the instructions for upgrading to +4.7.x-2.* below. You can still upgrade directly from 4.7.x-1.* to +5.x-1.*, but if your site makes use of releases, you will have to +follow the instructions at http://drupal.org/node/163616. + + If your site is currently running 4.7.x-2.*, upgrading to 5.x-1.* is +very simple. In this case, the normal upgrade procedure should be +followed, see http://drupal.org/upgrade for details instructions. +Basically: + + 1) Backup your site and database. + 2) Disable all of your project-related modules (project, + project_issue, project_release, etc) -- in fact, it's safest to + disable all contrib modules before upgrading to a new core series. + 3) Upgrade core to the latest 5.* release. + 4) Install the latest 5.x-1.* release of project and project_issue. + 5) Re-enable project, project_issue (and optionally, project_release). + 6) Re-run update.php for changes to the project-related DB schema. + + +-------------------------------------------------- Upgrading to 4.7.x-2.* (from the 4.7.x-1.* series) --------------------------------------------------