# Import from vbulletin to discourse forums

**URL:** https://meta.discourse.org/t/import-from-vbulletin-to-discourse-forums/95175
**Category:** Development
**Created:** [August 20, 2018, 10:23am UTC](https://meta.discourse.org/t/import-from-vbulletin-to-discourse-forums/95175 "2018-08-20T10:23:09Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Affer\_Raza](https://avatars.discourse-cdn.com/v4/letter/a/e480ec/32.png) [@Affer\_Raza](https://meta.discourse.org/u/Affer_Raza)
#### Post date: [August 20, 2018, 10:23am UTC](https://meta.discourse.org/t/import-from-vbulletin-to-discourse-forums/95175/1 "2018-08-20T10:23:09Z")

</div>

Hello,

I am currently moving from vbulletin to discourse forums.Import scripts ( scripts/import\_scripts/vbulletin.rb ) were running fine and 2.3 million posts are transferred out of 2.5 million.But now it is stopping after 1-2k posts.Anyone can help?

---

<div class="post-metadata">

### Author: ![ryanerwin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ryanerwin/32/94589_2.png) [@ryanerwin](https://meta.discourse.org/u/ryanerwin)
#### Post date: [August 20, 2018, 10:36am UTC](https://meta.discourse.org/t/import-from-vbulletin-to-discourse-forums/95175/2 "2018-08-20T10:36:06Z")

</div>

Are you getting an error message of any type?

Are you running it locally or on your server? What the the specs of the relevant machine(s)?

Could the import process be running out of memory?

Have you tried copying the data and running the script locally on a system with a large amount of RAM?

---

<div class="post-metadata">

### Author: ![Affer\_Raza](https://avatars.discourse-cdn.com/v4/letter/a/e480ec/32.png) [@Affer\_Raza](https://meta.discourse.org/u/Affer_Raza)
#### Post date: [August 24, 2018, 6:50am UTC](https://meta.discourse.org/t/import-from-vbulletin-to-discourse-forums/95175/3 "2018-08-24T06:50:45Z")

</div>

No error message is displayed.  
I am running it on my server which still have 16gb free and with 2gb RAM.  
Sometimes it runs for 15 to 20k posts but it stops then too.

---

<div class="post-metadata">

### Author: ![testingsoftware](https://avatars.discourse-cdn.com/v4/letter/t/f1d935/32.png) [@testingsoftware](https://meta.discourse.org/u/testingsoftware)
#### Post date: [August 24, 2018, 10:13am UTC](https://meta.discourse.org/t/import-from-vbulletin-to-discourse-forums/95175/4 "2018-08-24T10:13:02Z")

</div>

Hi,  
I cannot help with technical issues but we also had some problems migrating to Discourse.  
Have a look here for a discussion that helped us.

> [@Migrate a vBulletin 4 forum to Discourse](https://meta.discourse.org/t/importing-from-vbulletin-4/54881):
>
> In this tutorial we will learn how to migrate vBulletin forum to discourse platform using [vBulletin importer script](https://github.com/discourse/discourse/blob/master/script/import_scripts/vbulletin.rb). I have tested the script with a big database and the result was very good. The script is well written and maintained. Let’s get started slight_smileWhat data can be imported? Groups Users Banned Users =\> Suspended Users Forums Each parent and child forum =\> Category and Sub-category Topics Sticky Thread =\> Pinned Topic Closed Thread =\> Closed Topic Soft Deleted Thr…

---

<div class="post-metadata">

### Author: ![enigmaty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/enigmaty/32/65626_2.png) [@enigmaty](https://meta.discourse.org/u/enigmaty)
#### Post date: [August 24, 2018, 10:33am UTC](https://meta.discourse.org/t/import-from-vbulletin-to-discourse-forums/95175/5 "2018-08-24T10:33:19Z")

</div>

> [@Affer\_Raza](#):
>
> I am running it on my server which still have 16gb free and with 2gb RAM.

I would start with adding more RAM.

---

<div class="post-metadata">

### Author: ![Affer\_Raza](https://avatars.discourse-cdn.com/v4/letter/a/e480ec/32.png) [@Affer\_Raza](https://meta.discourse.org/u/Affer_Raza)
#### Post date: [August 28, 2018, 1:44pm UTC](https://meta.discourse.org/t/import-from-vbulletin-to-discourse-forums/95175/6 "2018-08-28T13:44:02Z")

</div>

Thank you mates i have solved the issue.  
My swap space gets filled and it chokes the process.  
Now added more swap space and it is working fine.
