Documentation

Troubleshooting

Overview

MinIO users have two options for support.

  1. Community support from the public Slack channel.

    Community support is best-effort only and has no SLA or SLO.

  2. Paid subscribers have access to the MinIO Subscription Network, pricing, which provides access to health checks, direct-to-engineering support, and license management.

    For current licensing levels and pricing, refer to the MinIO pricing page.

Tools

The MinIO Client provides several functions to display information about your MinIO deployment or monitor its activity.

  • For basic information about your MinIO deployment, use mc admin info.

  • For deeper investigation of S3 calls and responses, use mc admin trace.

  • Use mc admin logs to display logs from the command line. The command supports type and quantity filters for further limiting logs output.

Upgrades and version support

MinIO regularly releases updates to introduce features, improve performance, address security concerns, or fix bugs. These releases can occur very frequently, and vary by product.

Always test software releases in a development environment before upgrading on a production deployment.

Version Alignment

As the various MinIO products release separately on their own schedules, we recommend the following version alignment practices:

MinIO

Update to the latest release or a release no older than six months.

MinIO Client

Update to the mc release that occurs immediately after the MinIO release, within one or two weeks.

MinIO Operator

Use a MinIO version no earlier than the latest at the time of the Operator release. The MinIO version latest at time of release can be found in the quay.io link in the example tenant kustomization yaml file for the Operator release.

  • 4.5.5: MinIO RELEASE.2022-12-07T00-56-37Z or later

  • 4.5.6: MinIO RELEASE.2023-01-02T09-40-09Z or later

  • 4.5.7: MinIO RELEASE.2023-01-12T02-06-16Z or later

  • 4.5.8: MinIO RELEASE.2023-01-12T02-06-16Z or later

When creating a new tenant, the Operator uses either the latest available MinIO release image or the image you specify when creating the tenant.

Upgrading the Operator does not automatically upgrade existing tenants. Upgrade existing tenant MinIO versions separately.