1
0
mirror of https://github.com/minio/docs.git synced 2025-04-24 06:05:11 +03:00
docs/source/operations/manage-existing-deployments.rst
2023-09-05 15:26:19 -04:00

43 lines
1.1 KiB
ReStructuredText

.. _minio-manage:
=================================
Manage Existing MinIO Deployments
=================================
.. default-domain:: minio
.. contents:: Table of Contents
:local:
:depth: 1
Management of an existing MinIO deployment typically falls into the following categories:
Expansion
Increase the total storage capacity of the MinIO Deployment by adding a Server Pool
Upgrade
Test and deploy the latest stable version of MinIO to take advantage of new features, fixes, and performance improvements.
Decommission
Drain data from an older storage pool in preparation for removing it from the deployment
.. cond:: not (linux or k8s)
.. toctree::
:titlesonly:
:hidden:
/operations/install-deploy-manage/upgrade-minio-deployment
/operations/install-deploy-manage/migrate-fs-gateway
.. cond:: linux or k8s
.. toctree::
:titlesonly:
:hidden:
/operations/install-deploy-manage/expand-minio-deployment
/operations/install-deploy-manage/upgrade-minio-deployment
/operations/install-deploy-manage/decommission-server-pool
/operations/install-deploy-manage/migrate-fs-gateway