You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are reporting a problem, please make sure the following information are provided:
Expected behavior and actual behavior:
A clear and concise description of what you expected to happen and what's the actual behavior. If applicable, add screenshots to help explain your problem.
Migration Procedure from '2.11.1' to '2.12.1' is compeleted successfully.
Steps to reproduce the problem:
Please provide the steps to reproduce this problem.
I did migration according to the guide written by Harbor Official Docs
If you are reporting a problem, please make sure the following information are provided:
Expected behavior and actual behavior:
A clear and concise description of what you expected to happen and what's the actual behavior. If applicable, add screenshots to help explain your problem.
Migration Procedure from '2.11.1' to '2.12.1' is compeleted successfully.
Steps to reproduce the problem:
Please provide the steps to reproduce this problem.
I did migration according to the guide written by Harbor Official Docs
cd harbor docker compose down
Get the latest Harbor release package from https://github.com/goharbor/harbor/releases and extract it.
Unarchive offline installer package
docker run -it --rm -v /:/hostfs goharbor/prepare:[tag] migrate -i ${path to harbor.yml}
In the ./harbor directory, run the ./install.sh script to install the new Harbor instance.
The error occurs as follows.
docker-compose.yml content is
When I compare '2.11.1' and '2.12.1', I found the changes about omit of version in docker-compose.yml.
Is this the cause of the error?
Versions:
Please specify the versions of following systems.
Additional context:
harbor.yml
and files in the same directory, including subdirectory./var/log/harbor/
.The text was updated successfully, but these errors were encountered: