diff --git a/source/manage/cloud-data-export.rst b/source/manage/cloud-data-export.rst index 4556951aa7c..e603964d320 100644 --- a/source/manage/cloud-data-export.rst +++ b/source/manage/cloud-data-export.rst @@ -14,13 +14,15 @@ Migrate from Cloud to self-hosted You can migrate your Cloud workspace data to a self-hosted deployment at any time. How does the process work? --------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~ -Before you export and migrate your data, you must `install Mattermost `_ on the server you’ll be using to run Mattermost. The migration is done using the mmctl CLI tool, which is a remote CLI tool for Mattermost that's installed locally and uses the Mattermost API. mmctl is pre-installed. +Before you export and migrate your data, you must `install Mattermost `_ on the server you’ll be using to run Mattermost. The migration is done using the mmctl CLI tool, which is a remote CLI tool for Mattermost that's installed locally and uses the Mattermost API. ``mmctl`` is pre-installed. The `mmctl usage notes `_ provide some additional context and information which you can reference before and during the process. -You'll be using the `mmctl export `__ commands to export your Cloud data for channels, messages, users, etc. The export file is downloaded to a location specified in the export commands. Once the export is complete, you'll import the data into your self-hosted instance. +You'll be using the `mmctl export `__ commands to export your Cloud data for channels, messages, users, etc. The export file is downloaded to a location specified in the export commands. Once the export is complete, you'll import the data into your self-hosted instance. + +Alternatively, you can export the data to an Amazon S3 cloud storage location in cases where an export is quite large and challenging to download from the Mattermost server. See the `create the export <#create-the-export>`__ section below for details. .. note:: @@ -28,7 +30,7 @@ You'll be using the `mmctl export