How to upgrade a controller to Juju beta release

I’m trying to upgrade my juju controller from 2.7.6 to the 2.8 beta.

I executed the following command:
juju upgrade-controller --agent-version 2.8-beta1

But I got this error:
ERROR no matching agent versions available

Am I missing some specific --agent-stream? or am I just using the wrong version name?

@dominik.f yes, it’s only in the devel agent-stream, so you need to specify --agent-stream=devel

Thanks adding that did the job!

1 Like