# MyBB 데이터를 Discourse로 병합하는 방법 (단계별 과정)

**URL:** https://meta.discourse.org/t/need-help-merging-mybb-data-into-discourse-step-by-step-process/359520
**Category:** Support
**Created:** [3월 30, 2025, 12:42오후 UTC](https://meta.discourse.org/t/need-help-merging-mybb-data-into-discourse-step-by-step-process/359520 "2025-03-30T12:42:20Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [4월 3, 2025, 8:13오전 UTC](https://meta.discourse.org/t/need-help-merging-mybb-data-into-discourse-step-by-step-process/359520/5 "2025-04-03T08:13:14Z")

</div>

Discourse는 Ruby로 작성되어 있으므로, Discourse 내부와 상호작용하는 스크립트를 작성해야 합니다. 가져오기(Import)는 개발자 중심의 제안입니다.

모든 스크립트에는 엣지 케이스가 가득합니다. 저는 100건 이상의 가져오기를 수행해 왔으며, 그중 하나도 예외 없이 다양한 이유로 조정(tweaks)이 필요했습니다.

Python으로 Discourse 가져오기 스크립트를 작성할 가능성은 거의 제로에 가깝습니다. 설령 작성하더라도 다른 사람에게는 작동하지 않을 가능성이 높습니다. 그리고 마이그레이션을 완료한 후에는 mybb와 discourse의 향후 변경 사항에 맞춰 코드를 유지보수할 가능성도 낮습니다.

---

_[View the full topic](https://meta.discourse.org/t/need-help-merging-mybb-data-into-discourse-step-by-step-process/359520)._
