Migrate data from old site to new site
If you want to migrate Joom Doantion data from one site to a different site (usually happens when you want upgrade your site from old version of Joomla to latest version), you can follow the instructions below:
- Export all Joom Donation related database tables from old site via phpmyadmin (table with jd prefix).
- Open that sql file, use find and replace function of the text editor to replace table prefix so that it meets the table prefix of the new site.
- Import these database tables into new site database (via phpmyadmin).
- Install latest version of Joom Donaiton to the new site (so that all the changes in the structure of the database will be updated to work with new version).