]> git.mjollnir.org Git - moodle.git/commitdiff
Making it clear not to overwrite old files
authormoodler <moodler>
Fri, 25 Oct 2002 08:42:06 +0000 (08:42 +0000)
committermoodler <moodler>
Fri, 25 Oct 2002 08:42:06 +0000 (08:42 +0000)
UPGRADING.txt

index 0e87c61ec6b16b00e82d27a1cb7f0468ac862a92..ad1401f5d459c9a9a44aa73e32856203aea130d2 100644 (file)
@@ -49,10 +49,11 @@ Upgrading the files using a downloaded archive
      mv moodle moodle.backup
 
   and then unpack the new tar or zip file into the old
-  location.   (Overwriting an old installation usually 
-  works fine, but I can't guarantee that it always will).
+  location.   DO NOT OVERWRITE AN OLD INSTALLATION
+  unless you know what you are doing - sometimes old
+  files can cause problems in new installations.
 
-     tar xvzf moodle-1.0.5.tgz 
+     tar xvzf moodle-1.0.6.tgz 
 
   Next, copy the config.php file from your old installation
   into the new installation (or make a new one by editing