postgresql不能关闭怎么办
postgresql不能关闭解决方法:
停止模式分为: smart, fast, immediate ;
分别对应着: SIGTERM, SIGINT, SIGQUIT 信号
当我采用 fast模式无法关机的时候,可以使用如下办法:
kill -s SIGINT <对象PID>
推荐:PostgreSQL教程
来源:PY学习网:原文地址:https://www.py.cn/article.html
postgresql不能关闭解决方法:
停止模式分为: smart, fast, immediate ;
分别对应着: SIGTERM, SIGINT, SIGQUIT 信号
当我采用 fast模式无法关机的时候,可以使用如下办法:
kill -s SIGINT <对象PID>
推荐:PostgreSQL教程
来源:PY学习网:原文地址:https://www.py.cn/article.html