# 他アプリケーションからのレガシーデータの移行

**URL:** https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122
**Category:** Migration
**Created:** [2018 年 3 月 3 日午後 2:49 UTC](https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122 "2018-03-03T14:49:40Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![lxsameer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lxsameer/32/116650_2.png) [@lxsameer](https://meta.discourse.org/u/lxsameer)
#### Post date: [2018 年 3 月 3 日午後 2:49 UTC](https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122/1 "2018-03-03T14:49:40Z")

</div>

こんにちは。古いフォーラムアプリケーションのダンプを Discourse に移行したいと考えています。最適な方法はどのようなものでしょうか？プラグインを作成すべきでしょうか、それとも API を使って新しい投稿を作成するべきでしょうか？各投稿の日付は、ダンプファイルのものと完全に一致させる必要があります。

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [2018 年 3 月 3 日午後 5:07 UTC](https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122/2 "2018-03-03T17:07:05Z")

</div>

What better chance to take a look at our import scripts from other platforms? 😉

> **[discourse/script/import\_scripts at 5012d46cbd3bcf79b7351f7d2d41003496a796c5 ·...](https://github.com/discourse/discourse/tree/5012d46cbd3bcf79b7351f7d2d41003496a796c5/script/import_scripts)**
>
> 5012d46cbd3bcf79b7351f7d2d41003496a796c5/script/import\_scripts

---

<div class="post-metadata">

### Author: ![lxsameer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lxsameer/32/116650_2.png) [@lxsameer](https://meta.discourse.org/u/lxsameer)
#### Post date: [2018 年 3 月 3 日午後 5:10 UTC](https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122/3 "2018-03-03T17:10:51Z")

</div>

hell yeah. How can I use them ?

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [2018 年 3 月 3 日午後 5:20 UTC](https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122/4 "2018-03-03T17:20:38Z")

</div>

You can start reading this guide:

> [@Migrate from another forum to Discourse](https://meta.discourse.org/t/migrating-to-discourse-from-another-forum-software/16616):
>
> mega This guide serves as a high level overview of the migration process. For specifics on the wide range of forum softwares to import, including Vanilla, phpBB3, SMF2, bbPress, and vBulletin, review our [dedicated tutorials](https://meta.discourse.org/tags/c/documentation/10/migrations). Not all scripts have tutorials, but an exhaustive list of available imports is available under the [script/import\_scripts](https://github.com/discourse/discourse/tree/main/script/import_scripts) folder on GitHub. For larger migrations, there is also a faster [script/bulk\_import](https://github.com/discourse/discourse/tree/main/script/bulk_import) system that writes directly to the database. So you want to mi…

---

<div class="post-metadata">

### Author: ![lxsameer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lxsameer/32/116650_2.png) [@lxsameer](https://meta.discourse.org/u/lxsameer)
#### Post date: [2018 年 3 月 3 日午後 5:24 UTC](https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122/5 "2018-03-03T17:24:26Z")

</div>

thanks a lot friend.

---

<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: [2018 年 3 月 3 日午後 9:35 UTC](https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122/6 "2018-03-03T21:35:29Z")

</div>

You don’t mention what software you’ve been using. Every importer migrates the original date of the posts, so that part is easy.

Searching “your forum #howto” will find instructions if there are any, and the link above will get you to all of the importers.

A substantial part of my living is from doing imports. I have an info page here: [Redirecting…](https://www.literatecomputing.com/discourse-migration/)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [2020 年 6 月 23 日午後 6:33 UTC](https://meta.discourse.org/t/migrating-legacy-data-from-other-applications/82122/7 "2020-06-23T18:33:31Z")

</div>


