article/postgresql_and_edb/centos搭建edb12.md
2022-11-01 23:53:13 +08:00

17 lines
200 B
Markdown

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