Version 3.5.1 (Enterprise Edition only) includes integration with Liquibase. If you are upgrading from a prior version and would like to use the integration, there are a couple things you need to do:
Create the following file where your custom migrations will go:
/WEB-INF/src|classes/resources/liquibase/customizations.changelog.xml
Add the following to your /WEB-INF/web.xml
file, directly under the servlet-mapping element:
<!-- Liquibase --%gt; <context-param%gt; <param-name%gt;liquibase.changelog</param-name%gt; <param-value%gt;resources/liquibase/db.changelog.xml</param-value%gt; </context-param%gt;
Note: the Liquibase integration is only designed to run custom migrations. Upgrades from SoftSlate will still following the Upgrade Guide.
Copyright © 2009-2017 SoftSlate, LLC. All Rights Reserved.
Powered by SoftSlate Commerce