[
https://jira.jboss.org/jira/browse/JBPM-1995?page=com.atlassian.jira.plug...
]
Tom Baeyens commented on JBPM-1995:
-----------------------------------
I added this section in the userguide:
<section id="databasemigration">
<title>Database migration</title>
<para>TODO: document the instructions how users should apply the automatic
migration</para>
</section>
Alejandro, can you complete that docs as part of this jira issue ?
build script to calculate jBPM DB differences
---------------------------------------------
Key: JBPM-1995
URL:
https://jira.jboss.org/jira/browse/JBPM-1995
Project: jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Heiko Braun
Assignee: Alejandro Guizar
Fix For: jBPM 4.1
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
1) automated script that
* gets the jbpm schema create scripts from a (configured) previous version from jbpm
from the maven repo.
* create previous version schema in db (preferably leverage existing jdbc.properties
handling)
* run the hibernate update tool to calculate DDL upgrade script
* optionally add the capability of running the test suite against the migrated DB
schema
2) in one go it is probably easy to add an automatic diff report between the plain sql
ddl schema generation scripts. that can be used to verify if there are any other changes
then the ones that hibernate distills in the schema update tool
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira