diff options
author | plegall <plg@piwigo.org> | 2006-04-19 20:54:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-04-19 20:54:13 +0000 |
commit | 8789f41f8ccb31d0ec9f2c75996511e26abba8bc (patch) | |
tree | 2ca978b4642a0d8a9be3cf95d2c3cd4c93458278 /doc/README_en.txt | |
parent | dab8075c964fb1ba0c8ffc0158c29446bca70142 (diff) |
bug fixed: during installation, upgrades from install/db with complex
identifier (X.x) were not correctly inserted.
bug fixed: available upgrades from install/db need to be inserted in
#upgrade table.
deletion: all upgrades from install/db coming from trunk are removed.
new: complete upgrade from any previous release from 1.3.0 to 1.5.2 with
automatic detection detection of the previous release.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1209 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'doc/README_en.txt')
-rw-r--r-- | doc/README_en.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README_en.txt b/doc/README_en.txt index 88766f79c..3a0086c3f 100644 --- a/doc/README_en.txt +++ b/doc/README_en.txt @@ -23,14 +23,14 @@ Upgrade 1. elements to save : - file "include/mysql.inc.php" + - file "include/config_local.inc.php" if you have one - directory "galleries" - your database (create a dump, using PhpMyAdmin for instance) 2. delete all files and directories of your previous installation (but not the previous listed elements) -3. extract files from the downloaded file (using tar or unzip command, or - softwares like 7-zip or winzip) +3. extract files from the downloaded file 4. upload all the new version files to your website but the previous listed elements. The only elements coming from the previous installed version |