misskey-awawa/tools/migration
Akihiko Odaki 19b9cb105d Introduce account document to user document
An account document is attached to a user document if an account of the
user is on the server. It may be missing if the user is on a remote server.
2018-03-26 14:07:16 +09:00
..
README.md
node.2017-11-08.js
node.2017-12-11.js
node.2017-12-22.hiseikika.js
node.2018-03-13.othello.js
node.1509958623.use-gridfs.js
node.1510016282.change-gridfs-metadata-name-to-filename.js
node.1510056272.issue_882.js
shell.1487734995.user-profile.js
shell.1489951459.like-to-reactions.js
shell.1509507382.reply_to-to-reply.js
shell.1522038492.user-account.js Introduce account document to user document 2018-03-26 14:07:16 +09:00

README.md

Misskeyの破壊的変更に対応するいくつかのスニペットがあります。 MongoDBシェルで実行する必要のあるものとnodeで直接実行する必要のあるものがあります。 ファイル名が shell. から始まるものは前者、 node. から始まるものは後者です。

MongoDBシェルで実行する場合、useでデータベースを選択しておく必要があります。

nodeで実行するいくつかのスニペットは、並列処理させる数を引数で設定できるものがあります。 処理中にエラーで落ちる場合は、メモリが足りていない可能性があるので、少ない数に設定してみてください。 ※デフォルトは5です。

ファイルを作成する際は ../init-migration-file.sh -t _type_ -n _name_ を実行すると type.unixtime.name.js が生成されます