Main Page
News and Community
News
|
If no one is answering you maybe you need to know How To Ask Questions The Smart Way
Features
Functions
|
|
Server Requirements
|
User's Manual for iDempiere
|
iDempiere Basics
|
|
|
Sales and Marketing
|
Manufacturing Management
|
Develop iDempiere
Documentation
|
Translation
|
|
iDempiere vs others ERPs
- Future of iDempiere by red1
- iDempiere vs ADempiere Usability Round 1
- iDempiere, ADempiere Usability on The Homepage
Update iDempiere Server
Release 11
For major migrations
When coming from a previous version, it is recommended to install from scratch, from installers, instead of simply doing an update.sh
For minor migrations
For minor migrations, usually within the same release number you can execute update.sh
It is recommended to take a backup of your /opt/idempiere-server (or your idempiere folder) before running the update.sh
It can fail because the jenkins server is down, or is compiling at the moment, or because the changes are too big and it requires a full install from scratch. Sometimes after a failed update.sh the system becomes unusable because the scripts are gone, so the easiest way to fix that is recovering from backup.
- Update your iDempiere server:
cd /opt/idempiere-server # change to the home where you installed iDempiere bash update.sh https://jenkins.idempiere.org/job/iDempiere11/ws/org.idempiere.p2/target/repository/ bash sign-database-build-alt.sh
- After that you can update your database with this script:
cd utils; bash RUN_SyncDB.sh # if RUN_SyncDB.sh throws error, review the problem, fix it and run it again until no errors are thrown
License
iDempiere is released under the terms of the GPL v2. For more information, see the official site.
Credits