mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 13:58:22 -04:00
Show migration check error (#5806)
This commit is contained in:
parent
f30e3db621
commit
2b548e2de9
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ func (c *OperatorMigrateCommand) migrate(config *migratorConfig) error {
|
|||
|
||||
migrationStatus, err := CheckStorageMigration(from)
|
||||
if err != nil {
|
||||
return errors.New("error checking migration status")
|
||||
return errwrap.Wrapf("error checking migration status: {{err}}", err)
|
||||
}
|
||||
|
||||
if migrationStatus != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue