Comment 1 for bug 1996794

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

Here's a workaround in the meantime:

Add a kinetic machine:
    juju add-machine --series kinetic

Download the charm:
    juju download mysql-innodb-cluster --channel latest/edge --series jammy

Go into the downloaded charm archive, and edit the metadata.yaml, adding "kinetic" to the list of supported series.

Deploy the charm to the added machine:
    juju deploy ./mysql-innodb-cluster_432e60e.charm --to 0 --series kinetic