If you are looking to transfer your Yaga configuration from one forum installation to the next, it is highly suggested you use the transport tools included on the Yaga settings page. This will dump your configurations, database records, and files into a single archive file that you can then upload to the new installation.
If you were directed here by an error, I have outlined what you should do to get as complete a transport as possible. Keep in mind that transports are not intended to maintain any earned badges, ranks, or reactions between installs.
- Backup your database
- Dump the GDN_Action, GDN_Badge, and GDN_Rank tables using your favorite mysql tool (e.g. phpMyAdmin)
- Save the configurations starting with 'Yaga' in the
/conf/config.php
file - Download all files in the
/uploads/yaga
folder
- Import the SQL dumps into your new database
- Paste the saved configurations into the
/conf/config.php
file of your new install. - Upload your image files into
/uploads/yaga
of your new install - Profit!