If you referring migrate your old site Easydiscuss data to your new site Easydiscuss, you have to follow my instruction below :
Ideally, it's best that you create an export dump through phpmyadmin and export the tables over. Here's the general guideline that you could use and it is also what we used previously when we migrated from Old site to New site.
*Backup your data first before perform migration
*Migrate all the Old site user to New site first using 3rd party extension (make sure all the user id is same as old site)
*Don't Install Easydiscuss in your new site.
1. Open up PHPMyAdmin tool that is provided by your hosting provider and open up your current site's database.
2. Make a sql dump for all the tables that has the prefix of
#__discuss_*
3. Download the .sql file and save it on your desktop.
4. If your new site's database prefix also uses the same prefix , then you can skip this part. However, if you are using a different database prefix, you'll need to edit the .sql file that you've just downloaded, and do a search and replace of jos_ with your new database prefix. (You can check your table prefix from your phpmyadmin : screenshot
http://take.ms/eX98f)
5. Open your PHPMyAdmin and this time, open up your new site's database.
6. You should see an import link at the top. Click on that, and click on browse. Select the .sql file and click the run import button.
Note : 7. Install the latest Easydiscuss on your new site.
**migrate additional - if your discussion post have including the attachment file, you have to do this step as well.
That was to copy over the attachment files associated with Easydiscuss
JoomlaFolder/media/com_easydiscuss/attachments/...
Hope this guideline will help much you here.