07-22-2010, 05:47 PM
- make a backup archive of your installation folder
- make a backup archive of your data folder
- dump your current DB in a backup SQL file
- extract the new letoDMS archive to your web server
- edit the inc/inc.Settings.php file to match your previous settings
you can replace the file with your previous one eventualy having a look
on the new one and adding by hand the missing new parameters
- login as administrator
-execute all the update.php script pointing your browser directly:
http://www.yoursite/path/to/dms/UPDATE-v...update.php
Every script is required to update starting from a version previous than the one in the folder name. For example to update from a 1.7.1 to 1.8.3 you need to run UPDATE-v1.8.1/update.php. You must run ALL the required update.
- make a backup archive of your data folder
- dump your current DB in a backup SQL file
- extract the new letoDMS archive to your web server
- edit the inc/inc.Settings.php file to match your previous settings
you can replace the file with your previous one eventualy having a look
on the new one and adding by hand the missing new parameters
- login as administrator
-execute all the update.php script pointing your browser directly:
http://www.yoursite/path/to/dms/UPDATE-v...update.php
Every script is required to update starting from a version previous than the one in the folder name. For example to update from a 1.7.1 to 1.8.3 you need to run UPDATE-v1.8.1/update.php. You must run ALL the required update.