Difference between revisions of "AppSuite:CustomDBMigrationBundle"

(Created page with "<div class="title">How to write custom bundles to execute database migration statements.</div> '''Summary''': With release 7.6.1 it is possible to change the database schema ...")
 
(Blanked the page)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="title">How to write custom bundles to execute database migration statements.</div>
 
  
'''Summary''': With release 7.6.1 it is possible to change the database schema based on usage of the open source tool Liquibase. Currently only updating the configdb with the new mechanism is desired. This article gives a short introduction based on an existing sample bundle how to write custom database migration bundles and how to attach your custom statements to those given by Open-Xchange.
 
 
__TOC__
 
 
== Prerequisite ==
 
This article is based on an existing sample bundle located in the public git repository backend-samples. Clone the repository by executing
 
 
<code><pre>
 
git clone https://git.open-xchange.com/git/examples/backend-samples
 
</pre></code>
 
 
The required bundle is named 'com.openexchange.sample.database.migration'.
 
 
== Bundle dependencies ==
 
 
== Using Liquibase ==
 
 
== Database lock ==
 
 
=== Preconditions ===
 
 
=== Custom Java Classes ===
 
 
== Command line tools ==
 
 
== Important hints ==
 
 
[[Category: OX7]]
 
[[Category: AppSuite]]
 
[[Category: Administrator]]
 
[[Category: Database]]
 

Latest revision as of 16:58, 28 August 2014