help: Fix import-self-hosted-server-tips indentation.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2023-03-17 23:32:22 -07:00 committed by Anders Kaseorg
parent 14352547cd
commit b21d93cdd2
5 changed files with 11 additions and 11 deletions

View File

@ -72,7 +72,7 @@ to export all public channel messages.
(`EXTERNAL_HOST`) of the Zulip installation, run the following (`EXTERNAL_HOST`) of the Zulip installation, run the following
commands. commands.
{!import-self-hosted-server-tips.md!} {!import-self-hosted-server-tips.md!}
``` ```
cd /home/zulip/deployments/current cd /home/zulip/deployments/current

View File

@ -184,7 +184,7 @@ Replace `<username>` and `<server_ip>` with the appropriate values below.
(`EXTERNAL_HOST`) of the Zulip installation, run the following commands, (`EXTERNAL_HOST`) of the Zulip installation, run the following commands,
replacing `<team-name>` with the name of the Mattermost team you want to import. replacing `<team-name>` with the name of the Mattermost team you want to import.
{!import-self-hosted-server-tips.md!} {!import-self-hosted-server-tips.md!}
``` ```
cd /home/zulip/deployments/current cd /home/zulip/deployments/current
@ -216,7 +216,7 @@ Replace `<username>` and `<server_ip>` with the appropriate values below.
(`EXTERNAL_HOST`) of the Zulip installation, run the following commands, (`EXTERNAL_HOST`) of the Zulip installation, run the following commands,
replacing `<team-name>` with the name of the Mattermost team you want to import. replacing `<team-name>` with the name of the Mattermost team you want to import.
{!import-self-hosted-server-tips.md!} {!import-self-hosted-server-tips.md!}
``` ```
unzip latest_export.zip -d /tmp/my_mattermost_export unzip latest_export.zip -d /tmp/my_mattermost_export

View File

@ -69,7 +69,7 @@ be your **exported data** file in the instructions below.
(`EXTERNAL_HOST`) of the Zulip installation, run the following (`EXTERNAL_HOST`) of the Zulip installation, run the following
commands. commands.
{!import-self-hosted-server-tips.md!} {!import-self-hosted-server-tips.md!}
``` ```
cd /home/zulip/deployments/current cd /home/zulip/deployments/current

View File

@ -100,7 +100,7 @@ in order to export direct message data.
(`EXTERNAL_HOST`) of the Zulip installation, run the following (`EXTERNAL_HOST`) of the Zulip installation, run the following
commands, replacing `<token>` with your Slack **Bot User OAuth Token**. commands, replacing `<token>` with your Slack **Bot User OAuth Token**.
{!import-self-hosted-server-tips.md!} {!import-self-hosted-server-tips.md!}
``` ```
cd /home/zulip/deployments/current cd /home/zulip/deployments/current

View File

@ -1,8 +1,8 @@
!!! tip "" !!! tip ""
* The import could take several minutes to run, * The import could take several minutes to run,
depending on how much data you're importing. depending on how much data you're importing.
* The server stop/restart commands are only * The server stop/restart commands are only
necessary when importing on a server with minimal necessary when importing on a server with minimal
RAM, where an OOM kill might otherwise occur. RAM, where an OOM kill might otherwise occur.