0

NiFi Registry currently allows renaming buckets, but not versioned flows. How can I rename one? I've looked into the documentation but I can't find any solution.

I am using NiFi v1.9.0.

Thanks in advance,

Eve
  • 59
  • 1
  • 10

1 Answers1

1

There is no direct rename option; instead create a new versioned flow object via the rest interface and copy across any versions you want to keep.

Chaffelson
  • 1,249
  • 9
  • 20
  • Do you think that there would be a _messy_ way to do it by changing values directly in the NiFi Registry PostgreSQL database? – Eve Jan 12 '21 at 14:03
  • Yes that is probably possible; you'd have to modify the database and the flow name and ensure the UUIDs don't get messed up, but I have not tried it. – Chaffelson Jan 14 '21 at 11:17