Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
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:
MariaDB [(none)]> select max(postid) from vbulletin_copy.post;+-------------+| max(postid) |+-------------+| 6607320 |+-------------+1 row in set (0.001 sec)MariaDB...
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:
MariaDB [(none)]> select max(postid) from vbulletin_copy.post;+-------------+| max(postid) |+-------------+| 6607320 |+-------------+1 row in set (0.001 sec)MariaDB...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.