Comment 8 for bug 1996794

Revision history for this message
Felipe Reyes (freyes) wrote : Re: juju deploy machine charm with --force fails with "ERROR no releases found for channel"

"juju deploy --channel edge --series kinetic --force ch:mysql-innodb-cluster" should work now, I fixed the issue with the resource running:

$ charmcraft release mysql-innodb-cluster --revision=30 --channel 8.0/stable --resource=mysql-shell:0
Revision 30 of charm 'mysql-innodb-cluster' released to 8.0/stable (attaching resources: 'mysql-shell' r0)
 ~ $ charmcraft status mysql-innodb-cluster | grep stable
...
8.0 ubuntu 20.04 (amd64) stable be2f3d1 30 mysql-shell (r0)
         ubuntu 20.04 (arm64) stable be2f3d1 30 mysql-shell (r0)
         ubuntu 20.04 (ppc64el) stable be2f3d1 30 mysql-shell (r0)
         ubuntu 20.04 (s390x) stable be2f3d1 30 mysql-shell (r0)
         ubuntu 22.04 (amd64) stable be2f3d1 30 mysql-shell (r0)
         ubuntu 22.04 (arm64) stable be2f3d1 30 mysql-shell (r0)
         ubuntu 22.04 (ppc64el) stable be2f3d1 30 mysql-shell (r0)
         ubuntu 22.04 (s390x) stable be2f3d1 30 mysql-shell (r0)