mirror of https://github.com/zulip/zulip.git
user docs: Note users can only import into new orgs in import-from-*.
This commit is contained in:
parent
3f0257e758
commit
5e2ee5f4fc
|
@ -3,7 +3,13 @@
|
|||
Zulip supports importing data from Gitter, including users, channels,
|
||||
messages, attachments, and avatars.
|
||||
|
||||
First, you need to do some things in Gitter to setup the export:
|
||||
**Note:** You can only import a Gitter room as a new Zulip organization. In
|
||||
particular, this tool you cannot use this tool to import from Gitter into an
|
||||
existing Zulip organization.
|
||||
|
||||
## Import from Gitter
|
||||
|
||||
First, export your data from Gitter.
|
||||
|
||||
1. [Export your Gitter data](https://github.com/minrk/archive-gitter). You will
|
||||
receive json files of the public rooms that you are a part of.
|
||||
|
|
|
@ -4,7 +4,13 @@ Starting with Zulip 1.8, Zulip supports importing data from Slack,
|
|||
including users, channels, messages, attachments, avatars, custom
|
||||
emoji, and emoji reactions.
|
||||
|
||||
First, you need to do some things in Slack to setup the export:
|
||||
**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.
|
||||
|
||||
## Import from Slack
|
||||
|
||||
First, export your data from Slack.
|
||||
|
||||
1. [Export your Slack data](https://my.slack.com/services/export). You will
|
||||
receive a zip file `slack_data.zip`.
|
||||
|
|
Loading…
Reference in New Issue