From ca89e9aec0cb70c33240cf40332b546d0beba7cd Mon Sep 17 00:00:00 2001 From: Rishi Gupta Date: Tue, 18 Dec 2018 12:07:56 -0800 Subject: [PATCH] help docs: Document scalability for Slack/HipChat import tools. --- templates/zerver/help/import-from-hipchat.md | 6 ++++++ templates/zerver/help/import-from-slack.md | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/zerver/help/import-from-hipchat.md b/templates/zerver/help/import-from-hipchat.md index 9fea18defe..1a4c962d7a 100644 --- a/templates/zerver/help/import-from-hipchat.md +++ b/templates/zerver/help/import-from-hipchat.md @@ -3,6 +3,12 @@ Starting with Zulip 1.9, Zulip supports importing data from HipChat, including users, rooms, messages, avatars, and custom emoji. +This tool has been used to import HipChat teams with thousands of +members, thousands of streams and millions of messages. If you're +planning on doing an import much larger than that, or run into +performance issues when importing, email us at support@zulipchat.com +for help. + **Note:** You can only import a HipChat group as a new Zulip organization. In particular, you cannot use this tool to import data from HipChat into an existing Zulip organization. diff --git a/templates/zerver/help/import-from-slack.md b/templates/zerver/help/import-from-slack.md index bbf7c0ac07..bbdb587f0d 100644 --- a/templates/zerver/help/import-from-slack.md +++ b/templates/zerver/help/import-from-slack.md @@ -1,9 +1,14 @@ -# Import from Slack (beta) +# Import from Slack Starting with Zulip 1.8, Zulip supports importing data from Slack, including users, channels, messages, attachments, avatars, custom emoji, and emoji reactions. +This tool has been used to import Slack workspaces with 10,000 members +and millions of messages. If you're planning on doing an import much +larger than that, or run into performance issues when importing, email +us at support@zulipchat.com for help. + **Note:** You can only import a Slack workspace as a new Zulip organization. In particular, you cannot use this tool to import from Slack into an existing Zulip organization.