MyBB から Discourse への移行時のエラー

こんにちは
こちらのリンクの指示に従いましたが、移行スクリプトを実行したところ、以下の出力が表示されました。いくつか質問があります。

1. 移行は正常に完了しましたか?
2. 下記のレポートに問題がある場合、問題の正確な原因を特定する方法はありますか?

ログの開始

root@root:~/discourse$ bundle exec ruby script/import_scripts/mybb.rb
Loading existing groups...
Loading existing users...
Loading existing categories...
Loading existing posts...
Loading existing topics...

creating users
      875 / 1668 ( 52.5%)  [454 items/min]  Failed to create user id: 894, username: shahed, email: sh-----@yahoo.com
user errors: ["Primary email has already been taken"]
     1415 / 1668 ( 84.8%)  [485 items/min]  Failed to create user id: 1442, username: haqiqi.1410, email: h-----@gmail.com
user errors: ["Primary email has already been taken"]
     **1576 / 1668 ( 94.5%)  [497 items/min]  Failed to create user id: 1603, username: 6530091424, email: j-----@yahoo.com**
**user errors: ["Primary email has already been taken"]**
       97 / 97 (100.0%)  [702 items/min]   n]
creating topics and posts
     2481 / 11705 ( 21.2%)  [620 items/min]  Warning: probably incorrect quote in post 2659
     7699 / 11705 ( 65.8%)  [567 items/min]  Warning: probably incorrect quote in post 8554
    10133 / 11705 ( 86.6%)  [583 items/min]  Warning: probably incorrect quote in post 11160
    **10323 / 11705 ( 88.2%)  [583 items/min]  Warning: probably incorrect quote in post 11584**
   **10548 / 11705 (90.1%)  [582 items/min]**
**private messages are not implemented**

Creating redirects...


Users...

     1660 / 1660 (100.0%)  [7757 items/min]

Categories...

      101 / 101 (100.0%)  [4056 items/min]
Topics...


**Posts...**
     **3753 / 10652 ( 35.2%)  [3111 items/min]**
**banned users are not implemented**


Updating topic status

Updating bumped_at on topics

Updating last posted at on users

Updating last seen at on users

Updating first_post_created_at...

Updating user post_count...

Updating user topic_count...

Updating user digest_attempted_at...

Updating topic users

Updating post timings

Updating featured topic users

Updating featured topics in categories
      101 / 101 (100.0%)  [1875 items/min]  n]
Resetting topic counters
**ログの終了**

**ありがとうございます。**

ほとんど?ブラウザでサイトを開いて確認してください。

ログからは、すべてのトピックと投稿が完了したかどうかわかりません。

「プライマリメール」エラーは、インポートされたユーザーと同じメールアドレスを持つユーザーをこのディスコースサイトで作成したことを意味します。これにより、(おそらく) そのユーザーの投稿がそのユーザーのものでなくなります。最も簡単な解決策は、データベースを消去し、ユーザーを作成せずに最初からやり直すことです。

「いいね!」 3

pfaffman様、ありがとうございます。
投稿数が膨大で、すべての投稿が移行されたかどうかを判断するのが困難です。すべてが正しいことを確認するために、データベースを削除し、移行スクリプトを再実行しました。bundle exec rails server コマンドは1日実行されていますが、まだ完了していません。これは正常ですか?

これは開発インスタンスですか?

bundle exec rails server は永続的に実行されることが期待されます。ブラウザをサーバーに向け、何が起こったか確認する必要があります。また、bin/ember-cli を実行し、ブラウザを http://localhost:4200 に向ける必要もあります。

「いいね!」 3

素晴らしいです。ご指導に感謝いたします。