1
0
Fork 1
mirror of https://example.com synced 2024-11-23 03:06:39 +09:00

docs: update migrate instruction

This commit is contained in:
naskya 2023-10-17 13:13:26 +09:00
parent da9b2747e1
commit 186719e807
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

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