update db migrator images name (#5204)

This commit is contained in:
miaoshixuan 2018-08-03 12:29:02 +08:00 committed by Yan
parent 4e71a1af4d
commit 7649cc5f1b

View File

@ -35,6 +35,8 @@ When upgrading your existing Habor instance to a newer version, you may need to
4. Before upgrading Harbor, perform migration first. The migration tool is delivered as a docker image, so you should pull the image from docker hub. Replace [tag] with the release version of Harbor (e.g. v1.5.0) in the below command: 4. Before upgrading Harbor, perform migration first. The migration tool is delivered as a docker image, so you should pull the image from docker hub. Replace [tag] with the release version of Harbor (e.g. v1.5.0) in the below command:
**NOTE:** Before harbor 1.5 , image name of the migration tool is `vmware/harbor-db-migrator:[tag]`
``` ```
docker pull vmware/harbor-migrator:[tag] docker pull vmware/harbor-migrator:[tag]
``` ```