2 Star 3 Fork 0

dbother/Deploy_PostgreSQL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.cnf 979 Bytes
一键复制 编辑 原始数据 按行查看 历史
# postgresql 相关目录
pg_port=5432
pg_dir=/app/pgsql
pg_datadir=${pg_dir}/data
pg_backupdir=${pg_dir}/backup
is_ssd=0
local_ip=192.168.60.155
postgres_password='PostGresql_postgres^2023'
# 允许使用内存
allow_mem_bytes=$(free |grep Mem|awk '{print $2}')
# 根据安装包默认路径更改,如yum 安装12版本的默认路径为 /usr/pgsql-12 ,正常不需要更改
pg_home=/usr/pgsql-12
################## 备份设置 #####################
# crontab 备份时间
bak_task_interval='55 02 * * *'
# 备份空间名称,正常不需要更改
bak_stanza_name=pro
# 自行打包好的pgbackrest二进制包,放到安装路径下,CentOS 12版本的不需要改动以下信息
pgbackrest_name=pgbackrest12
################## HA #########################
## ECTD
etcd_cluster_ip='192.168.60.155,192.168.60.156,192.168.60.157'
etcd_cluster_port=2380
ectd_client_port=2379
# postgresql 用户的密码
replication_password='PostGresql_repl^2023'
vip=192.168.60.111
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/dbother/deploy_postgresql.git
git@gitee.com:dbother/deploy_postgresql.git
dbother
deploy_postgresql
Deploy_PostgreSQL
master

搜索帮助