Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: pin minio version to avoid fs errors #261

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

egabancho
Copy link
Member

Newer versions of Minio drop support for MinIO Gateway and the related filesystem mode.
From the documentation (https://min.io/docs/minio/linux/operations/install-deploy-manage/migrate-fs-gateway.html)

Deployments still using the standalone or filesystem MinIO modes that upgrade to RELEASE.2022-10-29T06-21-33Z or later receive an error when attempting to start MinIO.

Important

Standalone/file system mode continues to work on any release up to and including RELEASE.2022-10-24T18-35-07Z. To continue using a standalone deployment, install that MinIO release or any earlier release.

If someone has a better solution, I'll be happy to check it out.

Copy link
Contributor

@fenekku fenekku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me, but Tom is probably better suited to assess this since they use S3 and we don't.

Copy link
Contributor

@tmorrell tmorrell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me. minio is only used for local development, so pinning a specific version seems fine. We and probably most other sites use AWS S3 or another cloud provider for testing and production.

@kpsherva kpsherva requested a review from ntarocco May 11, 2023 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Approved 🥇
Development

Successfully merging this pull request may close these issues.

None yet

3 participants