mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-08 00:48:17 +01:00
1832699e93
fixes #5863 The migrate binary that we include in notary is quite out dated. Additionally it introduced a breaking change, more details see #5863 In this commit a go program was added to workaround this issue to ensure the migration process works, and refined bootstrap scripts and make process accordingly. Signed-off-by: Daniel Jiang <jiangd@vmware.com>
7 lines
147 B
Markdown
7 lines
147 B
Markdown
# Migrate Patch
|
|
This is a simple program to fix the breakage that was introduced by migrate in notary.
|
|
## Usage
|
|
```sh
|
|
patch -database <db_url>
|
|
```
|