...
The following guidance is specific to the indicated version changes. It will contain specific items that users should be aware of when moving between versions:
- Migration to 1.14.0
- The Apache NiFi Registry project is now fully merged into the releases and processes of Apache NiFi itself so monitor the NiFi migration guide going forward as found here.
- Migration to 0.8.0
- If encountering the error "org.flywaydb.core.api.FlywayException: Found non-empty schema(s) "PUBLIC" without schema history table!" then add the following to bootstrap.conf:
java.arg.7=-Dspring.flyway.table=schema_version
, seeJira server ASF JIRA serverId 5aa69414-a9e9-3523-82ec-879b028fb15b key NIFIREG-429
- If encountering the error "org.flywaydb.core.api.FlywayException: Found non-empty schema(s) "PUBLIC" without schema history table!" then add the following to bootstrap.conf:
...