简体   繁体   English

由于另一个服务器进程崩溃而终止连接-Postgres

[英]Terminating connection because of crash of another server process -Postgres

Everytime i run the same query i'm getting this error: 每次我运行相同的查询我都会收到此错误:

DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory. HINT: In a moment you should be able to reconnect to the database and repeat your command. server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. connection to server was lost

I'm using phpPgAdmin 5.1. 我正在使用phpPgAdmin 5.1。

A concurrent query in a different database session has crashed its server backend process. 不同数据库会话中的并发查询已崩溃其服务器后端进程。 As a consequence, the whole database stops and performs crash recovery from the latest checkpoint. 因此,整个数据库停止并从最新检查点执行崩溃恢复。

You should look into the database server log to see what the problem is. 您应该查看数据库服务器日志以查看问题所在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Windows中,停止postgres服务会导致节点崩溃,并显示“错误:由于管理员命令而终止连接” - In windows, stopping postgres service causes node to crash with “error : terminating connection due to administrator command” Postgres服务器拒绝连接 - Postgres server refused connection 由于密码验证,Heroku postgres 连接失败 - Heroku postgres connection failed because of password auth 创建到 localhost postgres 服务器的连接 - create connection to localhost postgres server Postgres 远程连接 - Windows 服务器 - Postgres remote connection - Windows server Heroku Postgres 数据库随机崩溃,“错误:由于管理员命令而终止连接” - Heroku Postgres database randomly crashing, “error: terminating connection due to administrator command” AWS 上的 Postgres 11.8 在 15 分钟后失去连接/终止查询,没有通知或错误 - Postgres 11.8 on AWS Losing Connection/Terminating Query After 15 Minutes with No Notification or Error 在psycopg2中打开Postgres连接会导致python崩溃 - Opening a postgres connection in psycopg2 causes python to crash 使用另一个端口的Postgres远程连接 - postgres remote connection using another port 未知 postgres 进程的服务器负载峰值 - server load spikes with unknown postgres process
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM