# phpBB 3 Importer (old)

**URL:** https://meta.discourse.org/t/phpbb-3-importer-old/17397
**Category:** Feature
**Created:** [July 9, 2014, 6:57pm UTC](https://meta.discourse.org/t/phpbb-3-importer-old/17397 "2014-07-09T18:57:02Z")
**Posts on this page:** 1
**Showing post:** 75

<div class="post-metadata">

### Author: ![DeanMarkTaylor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/deanmarktaylor/32/102462_2.png) [@DeanMarkTaylor](https://meta.discourse.org/u/DeanMarkTaylor)
#### Post date: [September 24, 2014, 8:46pm UTC](https://meta.discourse.org/t/phpbb-3-importer-old/17397/75 "2014-09-24T20:46:27Z")

</div>

The [standard import scripts](https://github.com/discourse/discourse/tree/master/script/import_scripts) are already pretty restart-able already, if it comes across an issue you can pretty much run it again and it will pick up where it left off.

My largest final import output 424.7K posts over 39.6K topics and 10.2K users.

Creating the Digital Ocean instance at 2GB with a 2GB swap and then bumping it to a 16GB instance for the import only required 3 restarts.  
I monitored the progress (in a spreadsheet) and when the `post imports per second` decreased and started to tail off - I just `Ctrl+C` the import and then started it again.  
The import process slows because of the memory hole.

All the while I had at least 25 sidekiq’s running - basically enough to keep the CPU at ~80% clearing the backlog of stuff at the same time as the import.

---

_[View the full topic](https://meta.discourse.org/t/phpbb-3-importer-old/17397)._
