juju should warn when "create-backup" is executed without --keep-copy
Bug #1786253 reported by
Felipe Reyes
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Fix Released
|
Medium
|
Anastasia | ||
2.4 |
Fix Released
|
Medium
|
Anastasia |
Bug Description
In juju 2.4 there was a change in the behavior of "juju create-backup" (see https:/
When someone executes create-backup without --download nor --keep-copy juju should print a message informing about this new behavior.
tags: | added: ui |
tags: | added: backup-restore |
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: usability |
Changed in juju: | |
assignee: | nobody → Anastasia (anastasia-macmood) |
milestone: | none → 2.4.2 |
milestone: | 2.4.2 → 2.5-beta1 |
Changed in juju: | |
status: | Triaged → Fix Committed |
Changed in juju: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fascinatingly scary, the users can also specify
$ juju create-backup --keep-copy=false --no-download
This will mean that we'll run this expensive process but nothing will be its result as the backup will not be downloaded nor stored on the controller :D
Interestingly, the command also provides verbose mode whereby the backup content will actually be printed as an output on stdout. I do wonder how useful this particular feature is... I would have expected that average backups are not small...