This is a new feature.
https://github.com/moneymanagerex/money ... ssues/2387
I recommend before upgrade just download portable version of mmex and start it in separate folder.
I've just make a lot of fixes and development releases are available here:
https://ci.appveyor.com/project/moneyma ... /artifacts
Extract zip folder to any place and start bin/mmex.exe Then open a copy of your DB. In that case you would see new features and safe your data from crash.
This info from Help pages:
19.5. Can MMEX run from a USB Key?
Yes.
MMEX is a portable application which means ability to runwithout installation, for example, from USB flash drive. If MMEXfinds mmexini.db3 in its folder, it assumes portablemode. Copy mmex's files to USB Key and copy yours mmexini.db3 to mmex's folder on that drive.
To make MMEX portable:
•on Windows (assume F:\ is USB flash drive) 1.Copy C:\Program Files\MoneyManagerEx to F:\
2.Copy %APPDATA%\MoneyManagerEx\mmexini.db3 to F:\MoneyManagerEx
3.Copy your database file to any folder on F:\
•on Unix (assume /media/disk is mounted USB flash drive) ◦Compile MMEX from sources as usually, and run thefollowing commands: make install prefix=/media/disk
cp ~/.mmex/mmexini.db3 /media/disk/mmex/share/mmex
◦or copy MMEX which has already installed in /usr: cp /usr/bin/mmex /media/disk/mmex/bin
cp /usr/share/mmex /media/disk/mmex/share
cp /usr/share/doc/mmex /media/disk/mmex/share/doc
cp ~/.mmex/mmexini.db3 /media/disk/mmex/share/mmex