Skip to content
Snippets Groups Projects
Unverified Commit 5d06da4d authored by syuilo's avatar syuilo Committed by GitHub
Browse files

Update CHANGELOG.md

parent 2934b093
No related branches found
Tags 10.78.2
No related merge requests found
......@@ -5,6 +5,36 @@ If you encounter any problems with updating, please try the following:
1. `npm run clean` or `npm run cleanall`
2. Retry update (Don't forget `npm i`)
How to migrate to v11 from v10
------------------------------
1. v11をインストールしたい場所に syuilo/misskey をクローン
2. config を設定する
* PostgreSQL(`db`)の設定とは別に、v10からMongoDBの設定をコピペしてくる(例は下にあります)
* `id`の設定を`meid`または`objectid`にする
``` yml
db:
host: localhost
port: 5432
db: misskey
user: x
pass: x
mongodb:
user: x
pass: x
host: localhost
port: 27017
db: misskey
```
3. `npm i`
4. `npm run build`
5. `npm run init`
6. migration ブランチに切り替え
7. `npm run migrate`
8. master ブランチに戻す
9. enjoy
11.2.0 (2019/04/18)
-------------------
### Improvements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment