Skip to content
Snippets Groups Projects
Commit ad19ce7a authored by Angie Byron's avatar Angie Byron
Browse files

#929188 by Beanjammin, EvanDonovan: Improve UPGRADE.txt instructions.

parent 5e521761
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -12,6 +12,9 @@ Prior to upgrading, you should ensure that: ...@@ -12,6 +12,9 @@ Prior to upgrading, you should ensure that:
* Custom and contributed themes have been checked for compatibility (#11). * Custom and contributed themes have been checked for compatibility (#11).
* You have read through this entire document. * 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! Let's begin!
1. Back up your Drupal database and site root directory. Be especially sure 1. Back up your Drupal database and site root directory. Be especially sure
...@@ -70,7 +73,7 @@ Let's begin! ...@@ -70,7 +73,7 @@ Let's begin!
Note: if you are unable to access update.php do the following: 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; - There is a line that says $update_free_access = FALSE;
Change it to $update_free_access = TRUE; Change it to $update_free_access = TRUE;
...@@ -80,7 +83,7 @@ Let's begin! ...@@ -80,7 +83,7 @@ Let's begin!
11. Ensure that the versions of all custom and contributed modules match the 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 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. and updated versions will be required.
- For contributed modules, check http://drupal.org/project/modules - For contributed modules, check http://drupal.org/project/modules
...@@ -107,5 +110,5 @@ Let's begin! ...@@ -107,5 +110,5 @@ Let's begin!
screens at http://www.example.com/?q=admin/config/development/maintenance screens at http://www.example.com/?q=admin/config/development/maintenance
(replace www.example.com with your installation's domain name and path). (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 the Drupal handbook at http://drupal.org/upgrade
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment