ERROR empty id not valid when running upgrade-series
Bug #2025317 reported by
Diko Parvanov
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Undecided
|
Unassigned |
Bug Description
In a situation where running upgrade-series on all machines in a model (focal -> jammy) with juju client 2.9.43, (model and controller on 2.9.42) results in "ERROR empty id not valid"
Changed in juju: | |
status: | New → Triaged |
To post a comment you must log in.
db.applications .find({ },{"charm- origin. id":1}) .pretty( ) shows a couple of charms without any charm-origin
e.g.:
{ 63ed-402d- 8b2c-c1f25c3f73 1d:sysconfig- ctrl",
"_id" : "3f822b7a-
"charm-origin" : {
"id" : ""
}
}
removing those charms unblocked the upgrade, but those were all subordinates, which we can remove, what if this is a principal charm?