Importing Xenforo to Xenforo

Backup:
mysqldump --databases source_db_name > backup.sql

Load new database:
mysqladmin create new_db_name
mysql new_db_name < backup.sql

There probably isn't an importer because its easier to use the database commands when there is no data reformatting.
 
For the record. I saw Brogans post that you are confused with and it clearly stated their was no importer and the only way to do it directly (without ipb etc) was to copy database manually (which wouldn't be importing in the XenForo sense because you would have to remove all data before hand).

And on the topic. It really wouldn't be hard to make a XenForo importer... much easier than making one for other software. You just need someone with time to make one.
 
As I posted yesterday, this is not something which is currently supported by XenForo and a direct third party importer doesn't exist.

If IPB, vB or phpBB have an importer for XenForo, then that is currently the only way of doing it.

XenForo 1 -> IPB/vB/phpBB -> XenForo 2
 
Top Bottom