Hi - I have a dev registry server (1.7.1) set up with git, and am trying to use git bundle to move the buckets and flows to a test registry instance (I'm using git bundle because there's going to be an air gap in production). Everything looks fine, but when I start the production registry it ignores the buckets from the clone. I've got this in the error message:
2018-09-08 11:57:39,084 INFO [main] o.a.n.r.provider.StandardProviderFactory Instantiated FlowPersistenceProvider with class name org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider 2018-09-08 11:57:40,077 WARN [main] o.a.n.r.p.flow.git.GitFlowMetaData Git object id for Flow 0df59975-2683-4e84-91f5-f616bbed207a version 1 with path CleverGit\LogonTransactions_to_CleverReports.snapshot in bucket CleverGit:34658e23-c138-4085-9280-6359f322672d was not found. Ignoring this entry. I can see that the structure is present and (seemingly) correct on the 'Prod' registry. Anything obvious that I'm missing, or things I can try out? Thanks, Dave
