Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Default database user no longer "root", default password is no longer "mysql".  See MIFOS-2850 2850  .
    • If you relied on these defaults, you now have to create a new MySQL user named "mifos" with password "mifos and give this user full access to their main database. For example: ``grant all on mifos.* to 'mifos'@'localhost' identified by 'mifos'``. Alternately, create a local.properties with whatever the correct settings are for your MySQL database.

Update your Reports

  • MIFOS-2622 2622  - Before this bug was fixed there were some inconsistency in database related to dates in these columns. It is recommended that you update your reports to/for this behavior.
  • Reports and Admin docs are now stored in a safer location (outside the exploded war directory).  See Configuring Mifos on how to set the folder your reports and admin docs can now permanently reside in.  You will need to manually move or re-upload your reports there.
  • If you have custom reports that mention Mifos packages, they need to be updated due to package refactoring
    • For example, ``org.mifos.application.reports`` needs to become ``org.mifos.reports`.

...

  • Update mifosBeanConfig.custom.xml :- Update class attribute in  mifosBeanConfig.custom.xml to org.mifos.accounts.financial.util.helpers.FinancialRules(due to package refactoring in mifos)
  • If you are currently using plugins, the plugin directory has moved.  You need to place your plugin jars in MIFOS_CONF/plugins.  SeeSee Plugin Management for how to do this.
  • If your database has one or more rows where LOAN_FEE_SCHEDULE.AMOUNT_PAID is NULL, you must update existing null LOAN_FEE_SCHEDULE.AMOUNT_PAID to 0.00 prior to upgrade.  See MIFOS-29902990 

If you have a large database, read before upgrading to 1.5

...

 Use of tables week_days_master AND rank_days_master  is deprecated in the next release after 1.5 (MIFOS-28662866 ) :- Stop using these table (in reports etc) as these will be deleted in next release (after 1.5), i.e. these tables will still exist in 1.5 but in next release these will be deleted.