renderd error: postgis plugin: could not connect to server
renderd error: postgis plugin: could not connect to server
我的 tileserver 工作得很好,但我的磁盘 space 满了。所以我给了我的虚拟机更多的容量,重新启动它,在我做了我通常做的所有事情之后,我得到了渲染错误:
An error occurred while loading the map layer 'default': Postgis Plugin: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
Connection string: ' dbname=gis connect_timeout=4'
encountered during parsing of layer 'landcover-low-zoom' in Layer at line 755 of '/home/betrieb /src/openstreetmap-carto/mapnik.xml'
如何解决这个问题,让我的 tileserver 再次正常运行?
提前致谢:)
(如果我的标签有误请更正)
(交叉邮寄到 OSM-Help)
已修复。答案:运行 sudo dpkg-reconfigure postgresql
然后 sudo systemctl restart renderd
。
我的 tileserver 工作得很好,但我的磁盘 space 满了。所以我给了我的虚拟机更多的容量,重新启动它,在我做了我通常做的所有事情之后,我得到了渲染错误:
An error occurred while loading the map layer 'default': Postgis Plugin: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
Connection string: ' dbname=gis connect_timeout=4'
encountered during parsing of layer 'landcover-low-zoom' in Layer at line 755 of '/home/betrieb /src/openstreetmap-carto/mapnik.xml'
如何解决这个问题,让我的 tileserver 再次正常运行?
提前致谢:)
(如果我的标签有误请更正)
(交叉邮寄到 OSM-Help)
已修复。答案:运行 sudo dpkg-reconfigure postgresql
然后 sudo systemctl restart renderd
。