# Migrate a phpBB3 forum to Discourse

**URL:** <https://meta.discourse.org/t/migrate-a-phpbb3-forum-to-discourse/30810>\
**Category:** Migrating to Discourse\
**Tags:** how-to\
**Created:** [05.Июль.2015 22:02:57 UTC](https://meta.discourse.org/t/migrate-a-phpbb3-forum-to-discourse/30810 "2015-07-05T22:02:57Z")\
**Posts on this page:** 1\
**Showing post:** 801

<div class="post-metadata">

**Author:** ![jahan\_gagan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jahan_gagan/32/501948_2.png) [@jahan\_gagan](https://meta.discourse.org/u/jahan_gagan)\
**Post date:** [03.Март.2025 18:20:05 UTC](https://meta.discourse.org/t/migrate-a-phpbb3-forum-to-discourse/30810/801 "2025-03-03T18:20:05Z")

</div>

**Шаг 1:** Подключитесь к серверу через SSH:

```plaintext
ssh username@server-address

```

**Шаг 2:** Войдите в контейнер приложения:

```plaintext
./launcher enter import

```

_Совет: Выполните команду `docker ps`, чтобы найти имя контейнера. По умолчанию оно обычно **app**._

**Шаг 3:** Сбросьте базу данных:

```plaintext
RAILS_ENV=production rake db:reset

```

---

_[View the full topic](https://meta.discourse.org/t/migrate-a-phpbb3-forum-to-discourse/30810)._
