Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#17929 from hmlanigan/update-juju-client-backu…
…p-download juju#17929 Rather than a 404 message, print a nice error message if attempting to download a backup archive from a 4.0 controller, or any other which does not support the action. ## Checklist - [ ] Code style: imports ordered, good names, simple structure, etc - [ ] Comments saying why design decisions were made - [ ] Go unit tests, with comments saying what you're testing - [ ] [Integration tests](https://github.com/juju/juju/tree/main/tests), with comments saying what you're testing - [ ] [doc.go](https://discourse.charmhub.io/t/readme-in-packages/451) added or updated in changed packages ## QA steps If it hasn't been merged into main yet, use juju#17928 to bootstrap juju. ``` # Bootstrap juju from juju#17928 unless it's already merged. In that case use juju 4.0. $ juju bootstrap lxd no-backup-download # using the juju client built from this PR $ juju download-backup -m controller /tmp/testme Download of backup archive files is not supported by this controller. ``` ## Links **Jira card:** JUJU-6470
- Loading branch information