1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00

DOCS-1190: RELEASE.2024-04-18T19-09-19Z (#1215)

Partially addresses #1190 

No staged build unless someone requests it.

# Summary

After some thinking, we've leaned towards just making a note of the
upgrade step and calling it done. We do not typically make extended
discussion of backward-breaking changes at this time, and have no where
to keep that sort of guidance.

Maybe in the future or as part of a larger re-arch we can consider where
we would best keep that kind of guidance.

As far as the rest:

- We are not covering s3zip today, so that's a no-op. We should leave
the ticket open in the event we have bandwidth to document the feature
later
- No changes to Console that need documentation at this time
- Added a quick callout on the warning behavior to the Versioning page
- Metrics v3 is also still In progress, come back to this once the
project is fully baked.
This commit is contained in:
Ravind Kumar
2024-05-10 18:16:49 -04:00
committed by GitHub
parent 2953b54ecd
commit 775e99d47b
7 changed files with 27 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ operating systems using RPM, DEB, or binary:
wget https://dl.min.io/server/minio/release/linux-amd64/minio
chmod +x minio
sudo mv minio /usr/local/bin/
sudo mv -f ./minio /usr/local/bin/minio
Replace ``/usr/local/bin`` with the location of the existing MinIO
binary. Run ``which minio`` to identify the path if not already known.