mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Making it clear not to overwrite old files
This commit is contained in:
parent
e11c24bc0e
commit
bd823371c9
1 changed files with 4 additions and 3 deletions
|
@ -49,10 +49,11 @@ Upgrading the files using a downloaded archive
|
||||||
mv moodle moodle.backup
|
mv moodle moodle.backup
|
||||||
|
|
||||||
and then unpack the new tar or zip file into the old
|
and then unpack the new tar or zip file into the old
|
||||||
location. (Overwriting an old installation usually
|
location. DO NOT OVERWRITE AN OLD INSTALLATION
|
||||||
works fine, but I can't guarantee that it always will).
|
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
|
Next, copy the config.php file from your old installation
|
||||||
into the new installation (or make a new one by editing
|
into the new installation (or make a new one by editing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue