fabianpc [http://community.jboss.org/people/fabianpc] created the discussion

"Re: jBPM 4.2 - 4.4 Upgrade Issue"

To view the discussion, visit: http://community.jboss.org/message/579547#579547

--------------------------------------------------------------
Hi,

The install script is also capable of performing database operations such as 
creating the schema, if you are installing jBPM for the first time, 
or upgrading the database used with a previous version to the current schema. 
Dropping the schema is an option as well.
To create the schema, run target create.jbpm.schema in the ${jbpm.home}/install 
directory.
To drop the schema, simply run target drop.jbpm.schema. Be aware that this 
operation will destroy any data present in the jBPM tables.

The prerrequisite for any database operation is to specify your database 
connection parameters in ${jbpm.home}/install/jdbc and 
the JDBC driver jar(s) for your database should also be included in the path. 
MySQL, PostgreSQL and HSQLDB are in the distribution. But the Oracle driver you 
have to download separately from the oracle site since we're 
not allowed to redistribute that file.

Greetings
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/579547#579547]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to