Skip to content

Instantly share code, notes, and snippets.

@raema
Created August 23, 2016 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raema/4b70b3593f84e852a9fd22c4ab3f139f to your computer and use it in GitHub Desktop.
Save raema/4b70b3593f84e852a9fd22c4ab3f139f to your computer and use it in GitHub Desktop.
buntu@maas:~$ juju controllers
CONTROLLER MODEL USER CLOUD/REGION
local.maas-controller default admin@local
ubuntu@maas:~$ juju restore-backup -b --file juju-backup-20160823-175301.tar.gz
ERROR resolving controller name: empty controller name not valid
ubuntu@maas:~$ juju restore-backup -b --file juju-backup-20160823-175301.tar.gz -m maas-controller:default
error: setting model name: controller maas-controller not found
ubuntu@maas:~$ juju restore-backup -b --file juju-backup-20160823-175301.tar.gz -m maas-controller
error: setting model name: no current controller, and none specified
ubuntu@maas:~$ juju restore-backup -b --file juju-backup-20160823-175301.tar.gz -m local.maas-controller:default
ERROR no registered provider for ""
ubuntu@maas:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment