After updating the software , updating the database is often necessary . Since the database for reasons of data security is not automatically updated must be done manually . This is done in several steps.
If the ERP is running on Windows, first a Cygwin environment must be installed because the scripts needs Unix tools. A usable cygwin environ can be installed during the installation of the ERP.
The update of the database can be started several times because they always compare the original state of the database with the current state of the database and, if necessary changes .
You must add one of these lines in <intallationsdir>/erp/programs/server.arg , depend on your operating system, with the content:
projectroot: /opt/mne_erp ( for Linux )
projectroot: <programmdir>/Nelson IT/Erp ( for windows )
projectroot: /Library/MneErp ( for mac )EmbedwebHttpDataroot: /opt/mne_erp/data ( for Linux )
EmbedwebHttpDataroot: C:\ErpRepository ( for windows )
EmbedwebHttpDataroot: /Library/MneErp/data ( for mac )
On Windows and Mac OS X upgrade the Postgres Release to 9.3 manual. You can find how to do it in the postgres manual in the chapter Upgrading a PostgreSQL Cluster.
the field x,y,z in the table mne_warehouse.storagelocation must be manual modified. the type of the field must be change from char to long with the database manager.