1
0
mirror of https://github.com/minio/docs.git synced 2025-07-24 10:22:32 +03:00
Files
docs/source/operations/manage-existing-deployments.rst
Daryl White b5b345ae6f Add standalone migration procedure (#628)
Closes #624

Creates a new page under install-deploy-manage Operator docs. This page
summarizes the changes that led to the deprecation of the
Gateway/Filesystem. It overviews the steps required to create a new
Single-Node, Single-Drive deployment with the contents, settings, and
IAM policies from the old deployment.
2022-11-01 17:15:04 -05:00

32 lines
919 B
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
.. 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