Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How do I take backup of NiFi Registry without NiFi Toolkit and nipyapi?

avatar
Contributor

I want to take backup of NiFi Registry, and I read https://community.hortonworks.com/questions/178546/nifi-registry-backup-and-deployment.html.

If I can use neither NiFi Toolkit nor nipyapi, how can I take backup of NiFi Registry?

Does copying /var/lib/nifi-registry/(database, flow_storage) and restoring from them work?

Thanks in advance,

1 ACCEPTED SOLUTION

avatar
Master Guru

Yes, to be completely safe you should stop NiFi Registry, copy the database directory and flow storage directory somewhere, then start back up.

View solution in original post

2 REPLIES 2

avatar
Master Guru

Yes, to be completely safe you should stop NiFi Registry, copy the database directory and flow storage directory somewhere, then start back up.

avatar
Contributor

Thank you!!