On Fri, 2008-02-29 at 11:46 +0530, Amiruddin Nagri wrote: > We are receiving MIFOS Database Version Upgrade Error on running MIFOS > from latest checkout code this morning.
Thank you for letting us know. I'm also affected, though I'm not sure what the solution is just yet. We're looking into it. > We also noticed that there is no 'upgrade_to_175.sql' file added > to /sql folder which will upgrade the database to the required > version. Version 175 is a Java-only upgrade. See register175() in DatabaseVersionPersistence. > Can someone suggest how to upgrade from 174 to 175 ? This is done automatically when the mifos WAR is deployed. See syncDatabaseVersion() in ApplicationInitializer. Information on Java upgrades will eventually be added to http://mifos.org/developers/technical-orientation/mifos-database-development ( http://tinyurl.com/2evefr ). I would suggest running "ant build_db" to fix the database your running Mifos application connects to, but this doesn't appear to be working right now. "ant build_test_db" does appear to get the test database in a known/good state, but I'm having other problems with the unit tests right now (see my post about leap year--that probably won't affect you by the time you read this, though). -- Adam Monsen ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
