Can anyone point me to a guide on best practices when converting a large board to XF. I will be coming from vb4 and have a little under 3 million post. I will be working on a XF2 install with the hopes of launching around Christmas.
The very first thing to do is to turn on logging and turn off data destruction/pruning functions:
/admin.php?options/list/logging
If you import while a max number of days is defined or it is completely turned off, xenforo will delete your data.
6 months in, I am still using my old vbulletin install daily to find user log data and IP data. I am going to have an importer build to retroactively repair the damage.
The very first thing to do is to turn on logging and turn off data destruction/pruning functions:
/admin.php?options/list/logging
If you import while a max number of days is defined or it is completely turned off, xenforo will delete your data.
6 months in, I am still using my old vbulletin install daily to find user log data and IP data. I am going to have an importer build to retroactively repair the damage.
Ok, so I setup a forum and import the data to test. After the test, how would I truncate and reimport the updated data. How would an importer handle attachments saved into folders?