diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-07 23:21:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-07 23:21:54 +0900 |
| commit | 66a08aa22f295e6a29741a202811c2e5e3f650a1 (patch) | |
| tree | 453c4f9daf9272dc10c9f9825c9398c9a17f30b2 /tools/migration | |
| parent | #860 (diff) | |
| download | sharkey-66a08aa22f295e6a29741a202811c2e5e3f650a1.tar.gz sharkey-66a08aa22f295e6a29741a202811c2e5e3f650a1.tar.bz2 sharkey-66a08aa22f295e6a29741a202811c2e5e3f650a1.zip | |
:v:
Diffstat (limited to 'tools/migration')
| -rw-r--r-- | tools/migration/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/migration/README.md b/tools/migration/README.md index 266be92403..cd553efb94 100644 --- a/tools/migration/README.md +++ b/tools/migration/README.md @@ -2,3 +2,7 @@ Misskeyの破壊的変更に対応するいくつかのスニペットがあり MongoDBシェルで実行する必要のあるものとnodeで直接実行する必要のあるものがあります。 MongoDBシェルで実行する場合、`use`でデータベースを選択しておく必要があります。 + +nodeで実行するいくつかのスニペットは、並列処理させる数を引数で設定できるものがあります。 +処理中にエラーで落ちる場合は、メモリが足りていない可能性があるので、少ない数に設定してみてください。 +※デフォルトは`5`です。 |