Search code examples
apache-nifi-registry

How to upgrade from Nifi registry-0.4.0 to Nifi registry-0.5.0?


How to upgrade?and how to migrate flows from last version to new version?i've seen some solution but they were detailed enough!Which step is first? Thanks!

Without upgrading are necessary,just migrating?

Supplement:

enter image description here


Solution

  • Usually when I need to upgrade my NiFi-Registry, I just replace the lib directory with the new version's lib directory & ext/aws(or any other attached extensions). Then, I look here to see if there are additional changes that I need to look for, and apply them as well and then restart the instance.

    In your case, you need to do the same and then only take care of the permissions.

    Good luck