Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Refresh Apache Nifi Registry with Git Contents

avatar

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.

1 REPLY 1

avatar
Guru

Hi @Vijay Mathew

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."