Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

After installing new app, you can import your data from v3 to our new version with 2 following ways:

First, go to AdminCP > Apps > Instant Messaging > Import Data From v3. In this view, you can see 2 ways to import.

Import data directly

To use this function, PhpRedis extension is required, you can find the installation guide https://github.com/phpredis/phpredis.

# Enter your redis info.

  1. Click Import. Done.

Import data manual

Following the instruction:

  1. Export data to json file by clicking Export JSON button.
  2. Upload exported json file to your chat server (nodejs server, the same folder with file import.js).
  3. Run the following command in command line:
node import.js
  • No labels