diff --git a/UPGRADE.txt b/UPGRADE.txt index 5b8d0471bf4890d86d8f0d124a1c94678d525159..2a1f76c467053510ca642cd0be1ef80675fa79b1 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -12,6 +12,9 @@ Prior to upgrading, you should ensure that: * Custom and contributed themes have been checked for compatibility (#11). * You have read through this entire document. +If you are upgrading from one major version to another (i.e., 6.x to 7.x), +you must first upgrade to the latest version of your current release. + Let's begin! 1. Back up your Drupal database and site root directory. Be especially sure @@ -70,7 +73,7 @@ Let's begin! Note: if you are unable to access update.php do the following: - - Open your settings.php with a text editor. + - Open your settings.php file with a text editor. - There is a line that says $update_free_access = FALSE; Change it to $update_free_access = TRUE; @@ -80,7 +83,7 @@ Let's begin! 11. Ensure that the versions of all custom and contributed modules match the new Drupal version to which you have updated. For a major update, such as - from 5.x to 6.x, modules from previous versions will not be compatible + from 6.x to 7.x, modules from previous versions will not be compatible and updated versions will be required. - For contributed modules, check http://drupal.org/project/modules @@ -107,5 +110,5 @@ Let's begin! screens at http://www.example.com/?q=admin/config/development/maintenance (replace www.example.com with your installation's domain name and path). -For more information on upgrading visit +For more information on upgrading, visit the Drupal handbook at http://drupal.org/upgrade