Lost Cairn going from Nutmeg to Olive

After upgrading from Nutmeg to Olive we cant connect with cairn.
Did the command get changed?

tutor license install --upgrade tutor-cairn
tutor plugins list | grep cairn

both commands fail.

This issue was resolved privately. The problem was that the License and Cairn plugins were not upgraded to the latest versions. In a nutshell, the following commands had to be executed:

pip install --upgrade tutor-license
tutor plugins enable license
tutor license install --upgrade tutor-cairn
tutor plugins enable cairn
1 Like