summaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-10-23 17:49:26 +0000
committerDries Buytaert <dries@buytaert.net>2005-10-23 17:49:26 +0000
commit5a90aa1175e020afeda9fe4775301e60468c7e91 (patch)
treecc7b25c09880fd7a74aa1bff50e7aa950a4d8956 /UPGRADE.txt
parentb75ed3f6047c34e29ae4d92c1c17cf438f94dad1 (diff)
downloadbrdo-5a90aa1175e020afeda9fe4775301e60468c7e91.tar.gz
brdo-5a90aa1175e020afeda9fe4775301e60468c7e91.tar.bz2
- Created separate upgrade instructions. Will hopefully make it easier to spot upgrade isntructions.
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
new file mode 100644
index 000000000..1f36eba1e
--- /dev/null
+++ b/UPGRADE.txt
@@ -0,0 +1,18 @@
+// $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.
+