mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
Show migration check error (#5806)
This commit is contained in:
@@ -162,7 +162,7 @@ func (c *OperatorMigrateCommand) migrate(config *migratorConfig) error {
|
|||||||
|
|
||||||
migrationStatus, err := CheckStorageMigration(from)
|
migrationStatus, err := CheckStorageMigration(from)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return errors.New("error checking migration status")
|
return errwrap.Wrapf("error checking migration status: {{err}}", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
if migrationStatus != nil {
|
if migrationStatus != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user