I noticed that the Harbor v2 upgrade guide mentions changes for the settings migration. Note that the Docker image goharbor/harbor-migrator:VERSION is not available anymore with Harbor v2.
I further noticed that the refreshonly configured exec resource in harbor::config was never executed because the class harbor::config is never notified.
Additionally I noticed that there was the erroneous option '-it' in the migration 'docker run' command which makes the exec resource fail with error "the input device is not a TTY" and the tag of the Docker image missed the leading v character.
I noticed that the Harbor v2 upgrade guide mentions changes for the settings migration. Note that the Docker image
goharbor/harbor-migrator:VERSION
is not available anymore with Harbor v2. I further noticed that therefreshonly
configuredexec
resource inharbor::config
was never executed because the classharbor::config
is never notified. Additionally I noticed that there was the erroneous option '-it' in the migration 'docker run' command which makes theexec
resource fail with error "the input device is not a TTY" and the tag of the Docker image missed the leadingv
character.