Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443915
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443915
Commits
6653e499
Commit
6653e499
authored
18 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#107231
by webchick: mention site offline status in upgrade documentation.
parent
8d76a18c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
UPGRADE.txt
+15
-9
15 additions, 9 deletions
UPGRADE.txt
with
15 additions
and
9 deletions
UPGRADE.txt
+
15
−
9
View file @
6653e499
...
@@ -25,28 +25,31 @@ UPGRADING
...
@@ -25,28 +25,31 @@ UPGRADING
2. Log on as the user with user ID 1. User ID 1 is the first
2. Log on as the user with user ID 1. User ID 1 is the first
account created and the main administrator account. User
account created and the main administrator account. User
ID 1 needs to be logged in so that you can access update.php
ID 1 needs to be logged in so that you can access update.php
(step
8
) which can only be run by user ID 1. Do not close
(step
9
) which can only be run by user ID 1. Do not close
your browser until step
9
is complete.
your browser until step
10
is complete.
3. Disable contributed modules and switch to a core theme
3. Place the site in "Off-line" mode, to mask any errors from
site visitors.
4. Disable contributed modules and switch to a core theme
(Bluemarine or Garland).
(Bluemarine or Garland).
4
. Remove all of the old files and directories from the Drupal
5
. Remove all of the old files and directories from the Drupal
installation directory.
installation directory.
5
. Unpack the new Drupal files and directories into the Drupal
6
. Unpack the new Drupal files and directories into the Drupal
installation directory.
installation directory.
6
. Copy the backed up "files" and "sites" directories to the
7
. Copy the backed up "files" and "sites" directories to the
Drupal installation directory. If the original .htaccess or
Drupal installation directory. If the original .htaccess or
robots.txt files have been modified, copy the backed up
robots.txt files have been modified, copy the backed up
versions of these files to the installation directory as
versions of these files to the installation directory as
well.
well.
7
. Verify the new configuration file to make sure it has the
8
. Verify the new configuration file to make sure it has the
latest and correct information.
latest and correct information.
8
. Re-install contributed modules.
9
. Re-install contributed modules.
Note: make sure the version of a module matches your
Note: make sure the version of a module matches your
version of Drupal. Modules from previous versions may
version of Drupal. Modules from previous versions may
...
@@ -54,7 +57,7 @@ UPGRADING
...
@@ -54,7 +57,7 @@ UPGRADING
http://drupal.org/project/Modules for the version of a
http://drupal.org/project/Modules for the version of a
module to match your version of Drupal.
module to match your version of Drupal.
9
. Run update.php by visiting http://www.example.com/update.php
10
. Run update.php by visiting http://www.example.com/update.php
(replace www.example.com with your drupal installation's
(replace www.example.com with your drupal installation's
domain name and path). This step will update the database to
domain name and path). This step will update the database to
the new Drupal installation.
the new Drupal installation.
...
@@ -70,5 +73,8 @@ UPGRADING
...
@@ -70,5 +73,8 @@ UPGRADING
- As soon as the script is done, you must change the update.php
- As soon as the script is done, you must change the update.php
script back to its original form to $access_check = TRUE;.
script back to its original form to $access_check = TRUE;.
11. Finally, return site to "Online" mode so your visitors may resume
browsing.
For more information on upgrading visit the Drupal handbook at
For more information on upgrading visit the Drupal handbook at
http://drupal.org/upgrade
http://drupal.org/upgrade
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment