Updating tinyPM Standalone
Updating application1. Stop tinyPM Standalone if it's running. 2. Run tinyPM installer and install new tinyPM version in the same directory as your old version.
Updating tinyPM databaseHSQLDB1. Stop tinyPM Standalone if it's running. 2. Run tinyPM Database SQL tool. You will find a link in START menu. If you didn't create menu shortcuts during installation run (your working directory should be %TINYPM_PATH%): %TINYPM_PATH%\bin\hsqldb.bat 3. Run all required update scripts by executing the following commands (choose update scripts proper for the version you are upgrading from): HSQLDB console \i sql/hsqldb/update_from_2.4_to_2.4.1.sql \i sql/hsqldb/update_from_2.4.1_to_2.5.sql 4. Quit SQL tool using \q command. 5. Start tinyPM standalone. MySQL1. Stop tinyPM Standalone if it's running. 2. Run MySQL command line tool (i.e. using mysql -u root -p). 3. Select your tinyPM database (tinypmdb by default) and run all required update scripts: MySQL console \u tinypmdb \. %TINYPM_PATH%/sql/mysql/update_from_2.4_to_2.4.1.sql \. %TINYPM_PATH%/sql/mysql/update_from_2.4.1_to_2.5.sql 4. Quit SQL tool using \q command. 5. Start tinyPM standalone. Congratulations! Your new tinyPM version is up and running! TroubleshootingBy default tinyPM uses ERROR logging level to avoid flooding your log files. If you have problems with your tinyPM installation you can change logging level to a more verbose INFO level by editing Log4J settings in: %TINYPM_PATH%/webapps/ROOT/WEB-INF/classes/log4j.properties |