Skip to content
Snippets Groups Projects
Unverified Commit b1762923 authored by Varac's avatar Varac
Browse files

Refer to Zulip import from Rocket.Chat docs

parent 46ab62db
No related branches found
No related tags found
No related merge requests found
...@@ -96,20 +96,10 @@ renamed from ``oas`` to ``stackspin``. You can choose from these options: ...@@ -96,20 +96,10 @@ renamed from ``oas`` to ``stackspin``. You can choose from these options:
Rocket.Chat Rocket.Chat
~~~~~~~~~~~ ~~~~~~~~~~~
It is possible to back-up and restore Rocket.Chat, but you have to do it We replaced Rocket.Chat with `Zulip <https://zulip.com>`__ in this release.
manually. Before you run the ``rename-to-stackspin.sh`` script, you need to run If you want to migrate your Rocket.Chat data to your new Zulip installation
a ``mongodump`` of the database inside the pod. After everything is done and please refer to
you have re-installed Rocket.Chat, you need to restore the mongodump with `Import from Rocket.Chat https://api.zulip.com/help/import-from-rocketchat`__.
``mongorestore``:
.. code:: bash
# These commands need to be run *inside* the rocketchat-mongodb pod:
# To dump:
mongodump --db rocketchat <backup_dir> -u root --authenticationDatabase admin
# To restore:
mongorestore --db rocketchat <backup_dir>/backup/rocketchat/rocketchat -u root --authenticationDatabase admin
Monitoring Monitoring
~~~~~~~~~~ ~~~~~~~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment