fix some log typos in migration_guide.md

Signed-off-by: zhengguang zhu <zhengguang.zhu@daocloud.io>
This commit is contained in:
dzzg 2019-07-29 20:37:16 +08:00 committed by zhengguang zhu
parent 2211be7a80
commit 6726454060
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Harbor upgrade and migration guide
This guide only covers upgrade and mgiration to version >= v1.8.0
This guide only covers upgrade and migration to version >= v1.8.0
When upgrading your existing Harbor instance to a newer version, you may need to migrate the data in your database and the settings in `harbor.cfg`.
Since the migration may alter the database schema and the settings of `harbor.cfg`, you should **always** back up your data before any migration.
@ -34,7 +34,7 @@ you follow the steps below.
```
mv harbor /my_backup_dir/harbor
```
Back up database (by default in diretory `/data/database`)
Back up database (by default in directory `/data/database`)
```
cp -r /data/database /my_backup_dir/
```