Skip to content

fix(configuration): require rootdirectory to be set when in migration mode

João Pereira requested to merge fix-config-migration-rootdir into master

Problem

Right now when migration.enabled is true and migration.rootdirectory is not set the registry will use "" (empty string) as the new storage prefix. This is dangerous and can lead to unexpected behavior.

Solution

Require migration.rootdirectory to be set when migration.enabled is true.

Edited by João Pereira

Merge request reports