From d7bfff7aa2846c94e64d4f827dc4fb109f2e02ff Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Fri, 31 Mar 2023 18:03:38 -0400 Subject: [PATCH] DOCS-660: Add note for Linux gateway migration docs pointing to Container docs (#795) --- .../operations/install-deploy-manage/migrate-fs-gateway.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/operations/install-deploy-manage/migrate-fs-gateway.rst b/source/operations/install-deploy-manage/migrate-fs-gateway.rst index e3188d63..5e004446 100644 --- a/source/operations/install-deploy-manage/migrate-fs-gateway.rst +++ b/source/operations/install-deploy-manage/migrate-fs-gateway.rst @@ -20,6 +20,12 @@ Along with the deprecation announcement, MinIO also announced that the feature w As of :minio-release:`RELEASE.2022-10-29T06-21-33Z`, the MinIO Gateway and the related filesystem mode code have been removed. Deployments still using the `standalone` or `filesystem` MinIO modes that upgrade to :minio-release:`RELEASE.2022-10-29T06-21-33Z` or later receive an error when attempting to start MinIO. +.. cond:: linux + + .. note:: + + For deployments running in a container, see the `Container - Migrate from Gateway or Filesystem Mode `__ tutorial instead. + Overview --------