Update high_availability_installation_guide.md (#4589)

Fix issue https://github.com/vmware/harbor/issues/4588
This commit is contained in:
Jesse Hu 2018-04-09 15:27:38 +08:00 committed by GitHub
parent 2b799a576b
commit f0f3cac6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ If you are only setting up the HA for POC purpose. You can use docker to run Mar
Import Harbor database schema to your external MariaDB
#### 1> Login to a machine that has MariaDB client installed
#### 2> Save the [Harbor DB Schema](https://github.com/vmware/harbor/blob/release-1.4.0/make/common/db/registry.sql) to ```registry.sql```
#### 2> Save the [Harbor DB Schema](https://github.com/vmware/harbor/blob/release-1.4.0/make/photon/db/registry.sql) to ```registry.sql```
#### 3> Load the schema
```
#> mysql -u your_db_username -p -h your_db_ip < registry.sql