- Which versions of Daffodil DB are compatible with Compiere?
- Which versions of Compiere are being supported by Daffodil?
- Daffodil DB published a new release. Do I need to upgrade/migrate?
- How easy is to migrate to a new version of Daffodil DB?
- Compiere published a new release. How easy is to migrate to a new version of Compiere?
- Suppose I was working with Compiere + Oracle for some time and now I want to migrate to Daffodil DB. What is the procedure for porting existing Oracle database to Daffodil DB?
- Suppose, I want to migrate to some other database after working with Compiere + Daffodil DB. Is it possible?
- Should I need to make any changes in the Compiere code base to make it run with Daffodil DB?
- I do not want to build Compiere compatible Daffodil DB from source. Is there any help available from Daffodil's side?
- Is there any issue in Compiere Database?
- How you solved the issues in Compiere Database?
|
|
-
Which versions of Daffodil DB are compatible with Compiere?
Daffodil DB v4.0 and Daffodil DB 4.1
-
Which versions of Compiere are being supported by Daffodil?
Compiere 2.5.1f and Compiere 2.5.2c
-
Daffodil DB published a new release. Do I need to upgrade/migrate?
A new release of Daffodil DB will contain patches and added features. So it is recommended that you upgrade to the latest version
-
How easy is to migrate to a new version of Daffodil DB?
Daffodil DB automatically provides the compatibility feature at the time of migration from previous to latest version. In case you want explicit migration then you can use Daffodil DB's Import/Export feature
-
Compiere published a new release. How easy is to migrate to a new version of
Compiere?
Compiere, being written for Oracle, we are dependent on the dmp file provided by Compiere. But we will always try to maintain an updated version of Compiere + Daffodil DB over our site. A utility migrator is available in our download page by which you can migrate to Daffodil DB from the latest updated dmp file
-
Suppose I was working with Compiere + Oracle for some time and now I want to migrate to
Daffodil DB. What is the procedure for porting existing Oracle database to Daffodil DB?
A utility migrator is available in our download page by which you can port an existing Oracle database to Daffodil DB. The procedure for porting is detailed in the migration guide provided with the download of the utility
-
Suppose, I want to migrate to some other database after working with Compiere + Daffodil
DB. Is it possible?
YES. You can export Daffodil DB to any database (having JDBC driver) using Import/Export Tool of Daffodil DB. Using Import/Export, only table structure and its data is exported. Data objects like triggers, procedures, views etc are not exported.
-
Should I need to make any changes in the Compiere code base to make it run with Daffodil
DB?
YES. You need to add/replace certain files to Compiere source. These files are available in the zip file daffodil-compiere-src.zip which can be downloaded from http://www.daffodildb.com/download/comp-index.jsp . The details of these minimal changes are explained in the Installation Guide
-
I do not want to build Compiere compatible Daffodil DB from source. Is there any help
available from Daffodil's side?
YES. We have already built Daffodil DB with Compiere support. The already built separate components can be downloaded from: http://www.daffodildb.com/daffodil-compiere.html . A ready-to-use Compiere with automated installation package and bundled database is also available.
-
Is there any issue in Compiere Database?
YES. The difference in the database structure assumed in the Compiere Source files and the database structure of Oracle provided along with Compiere 2.5.1f source has led to incompatibility
-
How you solved the issues in Compiere Database?
We have imported database from Oracle dmp file into Daffodil DB and created all other data structures like Triggers, Procedures, and Views etc
