整理文档

This commit is contained in:
2022-11-01 23:53:13 +08:00
parent 32464821f2
commit 2a29b73926
10 changed files with 331 additions and 452 deletions

View File

@ -0,0 +1,16 @@
```sh
PGSETUP_INITDB_OPTIONS="-E UTF-8 -D 数据路径" /usr/edb/as12/bin/edb-as-12-setup initdb
#注意 更改数据路径需要修改 service 文件
```
```
systemctl start edb-as-12
```