PostreSQL 10无法在Windows Subsystem for Linux上运行的Ubuntu 18.04上启动 [英] PostreSQL 10 fails to start on Ubuntu 18.04 running on Windows Subsystem for Linux

查看:182
本文介绍了PostreSQL 10无法在Windows Subsystem for Linux上运行的Ubuntu 18.04上启动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近使用Windows Linux子系统(WSL)在Windows 10上全新安装了Ubuntu 18.04。然后,我安装了PostgreSQL 10,并且能够成功启动数据库服务器。然后,我通过PGAdmin 4.4登录到服务器,并安装了PostGIS 2.5.2扩展。然后,当PGAdmin表示已失去与PostgreSQL服务器的连接时,我正要通过pg_restore导入数据。我尝试重新启动,但日志中出现以下错误:

I recently did a fresh install of Ubuntu 18.04 on Windows 10 using the Windows Subsystem for Linux (WSL). I then installed PostgreSQL 10 and was able to start the database server successfully. I then logged into the server via PGAdmin 4.4 and installed the PostGIS 2.5.2 extension. I was then about to import data via pg_restore when PGAdmin said it had lost its connection to the PostgreSQL server. I tried restarting and I got the following errors in my log:

2019-04-04 15:46:12.561 DST [47] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2019-04-04 15:46:12.561 DST [47] LOG:  listening on IPv6 address "::", port 5432
2019-04-04 15:46:12.563 DST [47] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2019-04-04 15:46:12.614 DST [48] LOG:  database system was shut down at 2019-04-04 15:42:36 DST
2019-04-04 15:46:12.661 DST [47] LOG:  database system is ready to accept connections
2019-04-04 15:46:13.247 DST [55] [unknown]@[unknown] LOG:  incomplete startup packet
2019-04-04 15:46:53.541 DST [49] PANIC:  could not flush dirty data: Function not implemented
2019-04-04 15:46:53.543 DST [47] LOG:  checkpointer process (PID 49) was terminated by signal 6: Aborted
2019-04-04 15:46:53.543 DST [47] LOG:  terminating any other active server processes
2019-04-04 15:46:53.543 DST [68] postgres@postgres WARNING:  terminating connection because of crash of another server process
2019-04-04 15:46:53.543 DST [68] postgres@postgres 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.
2019-04-04 15:46:53.543 DST [68] postgres@postgres HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2019-04-04 15:46:53.543 DST [52] WARNING:  terminating connection because of crash of another server process
2019-04-04 15:46:53.543 DST [52] 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.
2019-04-04 15:46:53.543 DST [52] HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2019-04-04 15:46:53.549 DST [47] LOG:  all server processes terminated; reinitializing
2019-04-04 15:46:53.569 DST [69] LOG:  database system was interrupted; last known up at 2019-04-04 15:46:12 DST
2019-04-04 15:46:53.569 DST [69] PANIC:  could not flush dirty data: Function not implemented
2019-04-04 15:46:53.575 DST [47] LOG:  startup process (PID 69) was terminated by signal 6: Aborted
2019-04-04 15:46:53.575 DST [47] LOG:  aborting startup due to startup process failure
2019-04-04 15:46:53.579 DST [47] LOG:  database system is shut down
2019-04-04 15:46:53.579 DST [70] postgres@postgres FATAL:  the database system is in recovery mode

我尝试重新安装Ubuntu 18.04和PostgreSQL 10,并且同样的事情又发生了!我以前安装过上述安装程序,但工作正常。有人对导致此问题的原因有任何建议吗?

I tried a fresh install of Ubuntu 18.04 and PostgreSQL 10 and the same thing happened again! I had a previous install of the setup described above which was working fine. Does anyone have suggestions as to what could be causing this issue?

更新: A回答了以下问题。

UPDATE: A answered the question below.

推荐答案

因此,在进行了进一步的研究后,我发现使用最新的PostgreSQL更新之前的无法刷新脏数据警告已升级为Panics,我修复了通过保留fsync = on并将data_sync_retry = true添加到postgresql.conf中来解决问题。我希望这对遇到相同问题的其他人很有用。看来问题是已知的,以后会解决,请参见 https:// github。 com / Microsoft / WSL / issues / 645

So after some further research, I found that with the newest PostgreSQL update the previous 'could not flush dirty data' Warnings were escalated to Panics, I fixed the problem by leaving fsync=on and add data_sync_retry = true to postgresql.conf. I hope this is useful to anyone else who is having the same problem. It looks like the problem is known and will be fixed in the future see, https://github.com/Microsoft/WSL/issues/645.

这篇关于PostreSQL 10无法在Windows Subsystem for Linux上运行的Ubuntu 18.04上启动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆