-
Notifications
You must be signed in to change notification settings - Fork 610
Remove MinIO recommendations and update file storage documentation #8608
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
base: master
Are you sure you want to change the base?
Conversation
MinIO has gone into maintenance mode and is no longer recommended as a file storage solution for Mattermost. Updated documentation to recommend: - AWS S3 or any S3-compatible service - Local storage - Network storage using NFS Files updated: - deployment-guide/software-hardware-requirements.rst - deployment-guide/server/server-deployment-planning.rst - deployment-guide/server/preparations.rst - deployment-guide/server/kubernetes/deploy-k8s.rst - deployment-guide/server/kubernetes/deploy-k8s-aks.rst - deployment-guide/server/deploy-kubernetes.rst - deployment-guide/reference-architecture/deployment-scenarios/deploy-sovereign-collaboration.rst - deployment-guide/reference-architecture/deployment-scenarios/deploy-mission-partner.rst - deployment-guide/reference-architecture/deployment-scenarios/deploy-ddil-operations.rst - deployment-guide/reference-architecture/deployment-scenarios/air-gapped-deployment.rst - deployment-guide/encryption-options.rst - administration-guide/scale/high-availability-cluster-based-deployment.rst - administration-guide/onboard/migrate-from-slack.rst - administration-guide/configure/environment-configuration-settings.rst
|
Newest code from mattermost has been published to preview environment for Git SHA d8d237a |
|
@jwilander I'm wondering if we should widen the definition a bit from NFS. It doesn't need to be specifically NFS(although that will be most common), but rather a network-mountable ReadWriteMany volume. Thoughts? |
|
@DSchalla we could but it may be better to be opinionated so it's less open ended for customers who are looking for recommendations. If they want to use another type of network storage they can ask us about it (or just use it if they know what they're doing) |
|
Sounds good to me. Thanks Joram. |
| .. note:: | ||
|
|
||
| Mattermost currently supports storing files on the local filesystem and Amazon S3 or S3-compatible containers. We have tested Mattermost with `MinIO <https://min.io/>`__ and `Digital Ocean Spaces <https://docs.digitalocean.com/products/spaces/>`__ products, but not all S3-compatible containers on the market. If you are looking to use other S3-compatible containers, we recommend completing your own testing. | ||
| Mattermost currently supports storing files on the local filesystem and Amazon S3 or S3-compatible containers. We have tested Mattermost with `Digital Ocean Spaces <https://docs.digitalocean.com/products/spaces/>`__, but not all S3-compatible containers on the market. If you are looking to use other S3-compatible containers, we recommend completing your own testing. You can also use local storage or a network drive using NFS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to aggressively remove MinIO when we're keeping Digital Ocean Spaces? MinIO isn't going away, it's just not free anymore -- but Digital Ocean Spaces never was?
Summary
MinIO has gone into maintenance mode and as a result is no longer recommended as a file storage solution for Mattermost.
Updated documentation to recommend:
My linter removed a bunch of trailing spaces so it might be easier to review with whitespace changes filtered out.
Ticket Link
n/a