[RSS Feed/News] vBulletin 3.8.x importer seems to be stuck in loop on posts step

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I've got a vBulletin database with around 6 million posts, the posts step has been running for about 6 hours now and has gotten to this point:

Code:

- Step 16 of 26: Posts 06:08:09 [10,547,242] 39.47%

It's imported about 98% of the posts based on the counts in the xf_post / post tables:

Code:

Code:
MariaDB [(none)]> select max(postid) from vbulletin_copy.post;
+-------------+
| max(postid) |
+-------------+
|     6607320 |
+-------------+
1 row in set (0.001 sec)

MariaDB...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom