Minio works fine but breaks after running "tutor local quickstart"

I installed the Minio Pluggin as outlined in the instructions, tested, and the import course works fine.
I run just after the command “tutor local quickstart” and then, the error below occurs…


Plugin minio: running pre-init for service minio…
:warning: The ‘minio-job’ service does not exist in /home/ubuntu/.local/share/tutor/env/local/docker-compose.jobs.yml. This might be caused by an older plugin. Tutor switched to a job runner model for running one-time commands, such as database initialisation. For the record, this is the command that we are running:

mc config host add minio http://minio:9000 openedx 6YHK7L9CzNXx0CP4MKUXq9nq --api s3v4
mc mb --ignore-existing minio/openedx minio/openedxuploads minio/openedxcourseimportexport

Old-style job running will be deprecated soon. Please inform your plugin maintainer!
docker-compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local run --rm minio sh -e -c mc config host add minio http://minio:9000 openedx 6YHK7L9CzNXx0CP4MKUXq9nq --api s3v4
mc mb --ignore-existing minio/openedx minio/openedxuploads minio/openedxcourseimportexport
‘sh’ is not a minio sub-command. See ‘minio --help’.
Error: Command failed with status 1: docker-compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml --project-name tutor_local run --rm minio sh -e -c mc config host add minio http://minio:9000 openedx 6YHK7L9CzNXx0CP4MKUXq9nq --api s3v4
mc mb --ignore-existing minio/openedx minio/openedxuploads minio/openedxcourseimportexport


When i test the import “course feature” it generates the following error


Décompression

There was an error while unpacking the file. S3ResponseError: 404 Not Found <?xml version="1.0" encoding="UTF-8"?> NoSuchBucketThe specified bucket does not existolx_import/course.3WCg9C.tar.gzopenedxcourseimportexport/openedxcourseimportexport/olx_import/course.3WCg9C.tar.gz160A0CB7079DE52D09aa5cc6-4b74-4f37-b7fe-3576814725e8


Any help will be greatly appreciated

Thanks
Hamid

Right! This is due to the new job-running feature in tutor v3.12.0+. I’ll fix this right away. Thanks for the bug report!

Can you try upgrading the minio plugin to v0.1.5?

Hi Regis, could you please provide me with the upgrade command.
(Or probably i have just to run pip install tutor-minio)

Thank you

Yes, this is correct. Unless you installed tutor from the binary release. In which case you need to upgrade tutor itself.

Fantastic… I run the command

pip install --upgrade tutor-openedx tutor-minio

and Minio is back to work! for ORA, Grades et Import Course

Merci Régis!