mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 10:45:45 +01:00
update README for data migration tool
This commit is contained in:
parent
a52f1b4ff4
commit
39d56dd61e
@ -6,11 +6,13 @@ This module is for those machine running Harbor's old version, such as 0.1.0. If
|
||||
**WARNING!!** You must backup your data before migrating
|
||||
|
||||
###Installation
|
||||
- step 1: change `db_username`, `db_password`, `db_port`, `db_name` in migration.cfg
|
||||
- step 2: build image from dockerfile
|
||||
- step 1:
|
||||
```
|
||||
cd migration
|
||||
```
|
||||
- step 2: change `db_username`, `db_password`, `db_port`, `db_name` in migration.cfg
|
||||
- step 3: build image from dockerfile
|
||||
```
|
||||
cd harbor-migration
|
||||
|
||||
docker build -t migrate-tool .
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user