Update CHANGELOG.md

This commit is contained in:
syuilo 2019-04-20 05:13:38 +09:00 committed by GitHub
parent 2934b09361
commit 5d06da4db2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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