V31¶
changes in insight databases¶
please set env-variable INSIGHT_HIBERNATE_HBM2DDL_AUTO=update during update-process. For details see here
Migration of properties from database to file insight.properties¶
insight properties in database aren't supported anymore. So they have to be configured in file insight.properties. Otherwise your application won't work properly anymore!
The migration DbPropertiesToFile
must be run. It is reading properties from database and writes them on top of file insight.properties
.
- Check if there are any properties in database with http://localhost:8080/insight-properties-web/rest/properties/show or check database table
insightdb.PropertyEntry
- if there are any properties the migration
DbPropertiesToFile
must be run http://localhost:8080/insight-migration/rest/migration/execute/DbPropertiesToFile - Check
insight.properties
if properties from db are on top of file.
Migration 'HibernateSequence' must be executed¶
otherwise duplicate-key-errors could arise when storing data in tables AuditLogin,BlobStorage,BlockingPattern,ExpertSearch. Please execute http://localhost:8080/insight-migration/rest/migration/execute/HibernateSequence
Migration of MapEntity from insight-map¶
only if 'Flächenmanagement' is installed migration of mapdb.MapEntity must be excuted. Please see .sql and .readme in distributions.zip