记录一次docker安装postgresql(pg)数据库容器后异常关机后启动异常问题

使用docker安装的pg9.5容器,突然云主机升级直接停机后pg数据库容器启动不了后查看容器日志提示以下内容,

解决:按提示将容器的配置文件复制出来后修改后再复制到容器中

 sudo docker cp pg_hba.conf 4d62f4628665:/var/lib/postgresql/data/pg_hba.conf  //将本地配置文件复制到容器中

sudo docker cp 4d62f4628665:/var/lib/postgresql/data/pg_hba.conf .    //将容器配置文件复制到当前目录中

 

LOG:  syntax error in file "/var/lib/postgresql/data/postgresql.conf" line 1, near token "*"
FATAL:  configuration file "/var/lib/postgresql/data/postgresql.conf" contains errors

listen_addresses =¡¯*¡¯  改为  listen_addresses = "*"后报以下错误:

LOG:  syntax error in file "/var/lib/postgresql/data/postgresql.conf" line 1, near token """
FATAL:  configuration file "/var/lib/postgresql/data/postgresql.conf" contains errors

listen_addresses = "*"改为  listen_addresses = '*'后启动正常

LOG:  invalid connection type "*

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值