NLnetLabs / krillmanager

Layered infrastructure as code for running Krill as a highly available scalable service with integration points for monitoring and log analysis.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Restore warns about the same mismatched IP address multiple times #57

Open ximon18 opened 4 years ago

ximon18 commented 4 years ago
ubuntu@ip-172-31-29-62:~$ krillmanager restore /tmp/backup-20200904-083439.tgz 
Checking backup archive
WARNING! The backup that you are restoring configures Krill to use domain
some.dummy.domain which does not resolve to the external IP address
of this EC2 Instance:
    This EC2 Instance: v4: a.b.c.d v6: 
    The domain : v4: e.f.g.h, v6: 

> Are you sure you want to continue? [YES/NO]: yes
WARNING! The backup that you are restoring configures Krill to use domain
some.dummy.domain which does not resolve to the external IP address
of this EC2 Instance:
    This EC2 Instance: v4: a.b.c.d v6: 
    The domain : v4: e.f.g.h, v6: 

> Are you sure you want to continue? [YES/NO]: yes
WARNING! The backup that you are restoring configures Krill to use domain
some.dummy.domain which does not resolve to the external IP address
of this EC2 Instance:
    This EC2 Instance: v4: a.b.c.d v6: 
    The domain : v4: e.f.g.h, v6: 

> Are you sure you want to continue? [YES/NO]: yes
Deleting the current state
Restoring from the chosen backup archive
A new version is available (v0.1.6 => v0.3.2).

> Would you like to upgrade? [YES/NO]: YES

As you can see it does work, but can be quite confusing.