Personal tools
You are here: Home CinnamonServer Upgrade upgrade v1.0.4

upgrade v1.0.4

How to upgrade from 1.0.3 to 1.0.4

The update from version 1.0.3 to 1.0.4 does not require any changes, unless you use custom tables.

If that's the case, and your custom tables are Hibernate based, you should add the following to your configuration:

<repository>
  ...
   <custom-persistence-unit>my_custom_unit_name</custom-persistence-unit>
   <custom-db>name_of_database_for_custom_tables</custom-db>
 ...
</repository>

 

Document Actions