nifi/nifi-registry/nifi-registry-toolkit
exceptionfactory 49a0401058
NIFI-13414 Removed Property Protection Modules and Encrypt Config
This closes #8978

- Removed nifi-property-protection-api and implementation modules
- Removed nifi-toolkit-encrypt-config and minifi-toolkit-encrypt-config modules
- Removed extra bootstrap.conf configuration files for property protection implementations

Signed-off-by: Joseph Witt <joewitt@apache.org>
2024-06-20 13:04:00 -07:00
..
nifi-registry-toolkit-assembly NIFI-12998 Restructured framework and extension modules 2024-04-26 12:12:48 -05:00
nifi-registry-toolkit-persistence NIFI-13414 Removed Property Protection Modules and Encrypt Config 2024-06-20 13:04:00 -07:00
README.md NIFI-8528 Migrate NiFi Registry into NiFi codebase (#5065) 2021-05-26 09:34:55 -04:00
pom.xml NIFI-11103 prepping for 2.0.0 line 2023-02-09 15:32:53 -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