nifi/nifi-registry/nifi-registry-toolkit
Nathan Gough 62eb565daf
NIFI-5402 - Added more assembly options for different modules. Assemblies should build a zip by default, or a tar.gz with the -Ptargz profile
This closes #5694
Signed-off-by: Paul Grey <greyp@apache.org>
2022-06-23 13:52:41 -04:00
..
nifi-registry-toolkit-assembly NIFI-5402 - Added more assembly options for different modules. Assemblies should build a zip by default, or a tar.gz with the -Ptargz profile 2022-06-23 13:52:41 -04:00
nifi-registry-toolkit-persistence NIFI-9780-RC3 prepare for next development iteration 2022-03-21 11:58:27 -07:00
README.md NIFI-8528 Migrate NiFi Registry into NiFi codebase (#5065) 2021-05-26 09:34:55 -04:00
pom.xml NIFI-9780-RC3 prepare for next development iteration 2022-03-21 11:58:27 -07:00

README.md

Apache NiFi Registry Toolkit

This submodule is a landing zone for command line utilities that can be used for maintenance/automation of registry actions.

It currently only contains a migration tool for changing flow persistence providers.

Build

mvn clean install

Flow Persistence Provider migrator usage

  1. Shutdown registry
  2. (Optional but recommended) Backup your registry by zipping/tarring the directory up
  3. Copy providers.xml -> providers-to.xml
  4. Edit providers-to.xml to reflect what you'd like to migrate to (e.g. git)
  5. In registry home as working directory, run persistence-toolkit.sh -t providers-to.xml
  6. Rename providers-to.xml -> providers.xml
  7. Start registry back up