Skip to content

Commit

Permalink
Making it clear not to overwrite old files
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Oct 25, 2002
1 parent e11c24b commit bd82337
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions UPGRADING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd82337

Please sign in to comment.