Upgrading from Logaholic 4.x to latest release: --------------------------------------------------------------- Open /logaholic/upgrade.php in your browser to perform an automated upgrade via FTP. Or manually: 1. Create a new directory for this Logaholic version on your server and upload the files (e.g. /logaholic_new). 2. Copy the configuration files from the old install to the new one: cp -p logaholic/files/* logaholic_new/files/. 3. If your data directory is in the logaholic folder, copy (or move) it to the new folder: cp -Rp logaholic/data/* logaholic_new/data/. 4. Rename the directories mv logaholic logaholic_old mv logaholic_new logaholic Upgrading from Logaholic 3 or earlier: --------------------------------------------------------------- Logaholic 4 Setup: 1. Create a new directory for Logaholic 4.0 on your server and upload the files (e.g. /logaholic4). 2. We suggest you keep your old database intact. You can use one of the following methods to setup the database: 2A Create a new database for this installation. Export and import data from your old installation. For more info, please read: http://www.logaholic.com/manual/references/upgrade-logaholic-3-x-to-logaholic-4-x-shespe/ 2B Create a copy of your logaholic database. To do this, just copy the logaholic database folder in your mysql data directory and save it as a different name (e.g. /logaholic4). Logaholic wil upgrade your database. 3. Open a browser to /logaholic4/install.php and follow the steps. Make sure you use the new database when prompted for the mysql information.