mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
Add instructions to resolve repo migration error (#8946)
Fixes #8779 Co-authored-by: Daniel N <2color@users.noreply.github.com>
This commit is contained in:
parent
1299bcb3fd
commit
d476f2d6da
@ -50,7 +50,7 @@ See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md for details.`
|
||||
var (
|
||||
ErrNoVersion = errors.New("no version file found, please run 0-to-1 migration tool.\n" + migrationInstructions)
|
||||
ErrOldRepo = errors.New("ipfs repo found in old '~/.go-ipfs' location, please run migration tool.\n" + migrationInstructions)
|
||||
ErrNeedMigration = errors.New("ipfs repo needs migration")
|
||||
ErrNeedMigration = errors.New("ipfs repo needs migration, please run migration tool.\n" + migrationInstructions)
|
||||
)
|
||||
|
||||
type NoRepoError struct {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user