- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Refresh Apache Nifi Registry with Git Contents
- Labels:
-
Apache NiFi
Created ‎09-30-2018 01:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Assume that I have Nifi Flows updated in Git repository as buckets. I installed a fresh Apache Nifi Registry instance and configured to use the Git repository which is already updated with some Nifi flows.Is it possible to refresh an Apache registry with the contents in Git.
Currently when I start Apache Nifi Registry , it is not updated with the contents from Git.
Created ‎10-01-2018 02:40 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It isn't exactly the same issue as yours, but there are some relevant comments in https://issues.apache.org/jira/browse/NIFIREG-197:
"there is also metadata for buckets and flows that is stored outside of the GitFlowPersistenceProvider.
Currently, to migrate flows it is recommended to use the NiFi CLI, which has export, import, and transfer commands."
