wangtao

Results 6 comments of wangtao

错误日志如下: 2024-04-26 15:31:50.066 CST [14] [14] LOG: forked new process, pid is 16, true pid is 16 2024-04-26 15:31:50.066 CST [14] [14] LOG: forked new process, pid is 17, true...

使用的这个镜像”polardb/polardb_pg_local_instance“,没有配置额外的启动命令。

docker run -d --name polardb -v /data/polardb/:/var/polardb/ polardb/polardb_pg_local_instance使用的这个命令启动的。

docker run -it --rm polardb/polardb_pg_local_instance psql我只要-v使用本机目录就不行

这个目录是之前启动的时候创建出来的,然后修改了postgres.conf然后就起不来了