mirror of https://github.com/zulip/zulip.git
help docs: Document scalability for Slack/HipChat import tools.
This commit is contained in:
parent
a56dbdb0f3
commit
ca89e9aec0
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue