# Upgrading an old phpBB client forum to Discourse?

**URL:** https://meta.discourse.org/t/upgrading-an-old-phpbb-client-forum-to-discourse/26572
**Category:** Self-hosting
**Tags:** docker
**Created:** [3월 20, 2015, 11:53오전 UTC](https://meta.discourse.org/t/upgrading-an-old-phpbb-client-forum-to-discourse/26572 "2015-03-20T11:53:21Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ricardo\_Alves](https://avatars.discourse-cdn.com/v4/letter/r/48db29/32.png) [@Ricardo\_Alves](https://meta.discourse.org/u/Ricardo_Alves)
#### Post date: [3월 20, 2015, 11:53오전 UTC](https://meta.discourse.org/t/upgrading-an-old-phpbb-client-forum-to-discourse/26572/1 "2015-03-20T11:53:21Z")

</div>

Helo guys , im new with this things of docker and discourse and stuff, but I need to upgrade a old client forum in phpBB.  
I want to install discourse in my domain how can i do that? Reply plz I need this fast

---

<div class="post-metadata">

### Author: ![elberet](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elberet/32/122404_2.png) [@elberet](https://meta.discourse.org/u/elberet)
#### Post date: [3월 20, 2015, 3:37오후 UTC](https://meta.discourse.org/t/upgrading-an-old-phpbb-client-forum-to-discourse/26572/2 "2015-03-20T15:37:00Z")

</div>

See here:

- [Importing phpBB into Discourse](https://meta.discourse.org/t/importing-phpbb-into-discourse/7956)
- [phpBB 3 Importer](https://meta.discourse.org/t/phpbb-3-importer/17397)

Granted, some of that stuff is fairly old, but the info is there. TL;DR:

1. Install Discourse.
2. Make phpBB’s mysql server available over the internet.
3. Enter Discourse’s container, edit `script/import_scripts/phpbb3.rb` and fill in your database server settings.
4. Run `ruby phpbb3.rb`.
