This commit is contained in:
2022-08-28 09:57:48 +08:00
parent b7a0a5c104
commit 84be98ac74
20 changed files with 3211 additions and 0 deletions

16
centos搭建edb12.md Normal file
View File

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