Clarify migration script dependencies and make aware of the mysql_connector_python error
I updated the docs, so people hopefully don't run into the weird "UTF-8" error, when executing the 11-to-12 database migration script.
I made two PRs: https://github.com/opencast/opencast/pull/4033 and to be honest, I have no idea why I thought, this is a good idea. So I added both doc changes into this PR. I also changed the installation command, so you are always installing version 8.0.29 of the module.
https://github.com/opencast/opencast/pull/4033#issuecomment-1198995360 @mliradelc I tried to put a try-catch around the connection, but had trouble with it. Could you add it, like you suggested it in the other PR?
@marwyg That should make it 😄
Thank you :grin: :+1: