mirror of
https://example.com
synced 2024-11-23 03:06:39 +09:00
docs: update migrate instruction
This commit is contained in:
parent
da9b2747e1
commit
186719e807
1 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,10 @@ Repository url where you want to install:
|
|||
```sh
|
||||
$ cd /home/calckey/calckey
|
||||
```
|
||||
1. 最新版にアップデートする
|
||||
```sh
|
||||
$ ./update.sh
|
||||
```
|
||||
1. このフォークで加えられたデータベースへの変更を取り消す(`dbname`(以下の例では `mk1`)には `.config/default.yml` に記載されている PostgreSQL のデータベース名(`db:` の後に書かれているもの)を指定する)
|
||||
```sh
|
||||
$ sudo -iu postgres psql --dbname=mk1 --file=neko/revert.sql
|
||||
|
|
Loading…
Reference in a new issue