From 9cf9faab1b1a66d00a6d38c6c06e8ac7fb5f9066 Mon Sep 17 00:00:00 2001 From: Qian Deng Date: Tue, 3 Jul 2018 21:22:04 +0800 Subject: [PATCH] Fix images name typo on migration doc Fix the typo of images name of migrator v 1.2 --- docs/migration_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration_guide.md b/docs/migration_guide.md index 5abba7f8f..bf18fb64f 100644 --- a/docs/migration_guide.md +++ b/docs/migration_guide.md @@ -39,7 +39,7 @@ When upgrading your existing Habor instance to a newer version, you may need to 5. Back up database/harbor.cfg to a directory such as `/path/to/backup`. You need to create the directory if it does not exist. Also, note that the username and password to access the db are provided via environment variable "DB_USR" and "DB_PWD". - **NOTE:** Upgrade from harbor 1.2 or older to harbor 1.3 must use `vmware/migratorharbor-db-migrator:1.2`. Because DB engine replaced by MariaDB in harbor 1.3 + **NOTE:** Upgrade from harbor 1.2 or older to harbor 1.3 must use `vmware/harbor-db-migrator:1.2`. Because DB engine replaced by MariaDB in harbor 1.3 ``` docker run -it --rm -e DB_USR=root -e DB_PWD={db_pwd} -v ${harbor_db_path}:/var/lib/mysql -v ${harbor_cfg}:/harbor-migration/harbor-cfg/harbor.cfg -v ${backup_path}:/harbor-migration/backup vmware/harbor-migrator:[tag] backup