19 lines
468 B
Plaintext
19 lines
468 B
Plaintext
|
// $Id$
|
||
|
|
||
|
UPGRADING
|
||
|
---------
|
||
|
|
||
|
1. Backup your database and Drupal directory - especially your
|
||
|
configuration file in 'sites/default/settings.php'.
|
||
|
|
||
|
2. Log on as the user with user ID 1.
|
||
|
|
||
|
3. Remove all the old Drupal files then unpack the new Drupal
|
||
|
files into the directory that you run Drupal from.
|
||
|
|
||
|
4. Modify the new configuration file to make sure
|
||
|
it has the latest and correct information.
|
||
|
|
||
|
5. Run update.php by visiting http://www.example.com/update.php.
|
||
|
|