Hello Everyone, Is there a best practice for keeping a backup of all the data flows we are developing in NiFi?
Currently we take a copy of flow.xml.gz every hour and keep it in backup folder (also in our source control). Also, we keep a copy of all Config files in source control. * We are assuming that using flow.xml.gz and Config files, we will be able to restore the NiFi in case of any failure or if someone makes some mistake. Is this assumption correct? Is there a better way to deal with this? * When we move to production (or some other environment), will it be as simple as dropping flow.xml.gz in a new NiFi installation on NCM along with making some environment related changes? Or, should we use templates on Dev, and import on Prod? Thanks, Manish
