Controllers missing after upgrade-controller

tl;dr

If you just want the simplest way to get things working, you can run the bash script from here:

Which will log you into mongo, and then run

db.charms.update({meta: null}, { $set: {"meta": {}} }, false, true)

Which will update the database to fix the null attributes, allowing the controller upgrade to proceed.

2 Likes