Member since
03-09-2024
3
Posts
2
Kudos Received
0
Solutions
03-11-2024
07:34 PM
Thank you so much @MattWho for your detailed response. If we are mostly only concerned with backing up and restoring the process groups/Registry data, what would be the bare minimum we would need to backup on the NiFi (not Registry) pod to restore operations with fresh containers? I think you mentioned we would definitely want to backup flow.json.gz for this scenario, but I wanted to make sure.
... View more
03-10-2024
09:05 AM
1 Kudo
Hello, We are trying to run NiFi + Registry 2.0.0-M2 on OpenShift, and no matter what combination of USER, chgrp, chmod, etc. we use we still get "sed: couldn't open temporary file /opt/nifi/nifi-current/conf/sedYird4M: Permission denied" and pod fails to start. We followed the OpenShift guidance of adding this to Dockerfile to no avail: RUN chgrp -R 0 /opt/nifi && chmod -R g=u /opt/nifi Please advise, this has been a blocker for a few days now!
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry
03-09-2024
08:11 PM
1 Kudo
Hello, My team is about to deploy a clustered scaling NiFi, along with NiFi Registry and Zookeeper. We are deploying on Openshift Kubernetes. We are determining which directories to mount our persistent storage to on both NiFi and the Registry. 1. Since we are using Registry, do we need to back anything up on the NiFi pod? 2. What are all of the locations we would want mount persistent storage for both NiFi and Registry? 3. What are all of the locations we would want to establish a backup procedure for on NiFi and Registry if we are using local filesystem persistence? 4. Do we still need to backup any locations if we use the Git and S3 persistence providers? 5. What does the restoration process look like for both A. local persistence providers only B. Git + S3 persistence 6. Do we need to worry about Zookeeper at all for backups? Thanks ahead of time!
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Zookeeper
-
NiFi Registry