Skip to content

Commit f3f3206

Browse files
committed
Remove outdated reference
1 parent af3d8ab commit f3f3206

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

source/includes/linux/steps-upgrade-minio-deployment.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ MinIO restarts are fast, such that restarting all server processes in parallel t
4848
MinIO operations are atomic and strictly consistent, such that applications using MinIO or S3 SDKs can rely on the built-in :aws-docs:`transparent retry <general/latest/gr/api-retries.html>` without further client-side logic.
4949
This ensures upgrades are non-disruptive to ongoing operations.
5050

51-
"Rolling" or serial "one-at-a-time" upgrade methods do not provide any advantage over the recommended "parallel" procedure, and can introduce unnecessary complexity to the upgrade procedure.
52-
For virtualized environments which *require* rolling updates, you should modify the recommended procedure as follows:
53-
54-
1. Update the MinIO Binary in the virtual machine or container one at a time.
55-
2. Restart the MinIO deployment using :mc-cmd:`mc admin service restart`.
56-
3. Update the virtual machine/container configuration to use the matching newer MinIO image.
57-
4. Perform the rolling restart of each machine/container with the updated image.
58-
5951
.. _minio-upgrade-systemctl:
6052

6153
Update ``systemctl``-Managed MinIO Deployments
@@ -165,4 +157,4 @@ You can use the :mc:`mc update` command to update the binary to the latest stabl
165157
.. code-block:: shell
166158
:class: copyable
167159
168-
mc update
160+
mc update

0 commit comments

Comments
 (0)