【发布时间】:2018-09-08 18:53:41
【问题描述】:
我无法让 TimescaleDB 在装有 Postgres 10 的 Windows Server 2016 机器上工作。
我使用 AWS 打开一个全新的 windows server 2016 实例,并使用 windows GUI 安装程序安装 Postgres。 (C:\Postgres)。
安装程序会自动更新路径以包含 bin 目录 (C:\PostgreSQL\pg10\bin)。
我停止 postgres。
我运行 TimescaleDB Windows 安装程序文件,它说它已成功完成。
我更新了 conf 文件。 (shared_preload_libraries = 'timescaledb')。
我重新启动计算机并启动 postgres,但 postgres 从未成功启动。 Windows 事件对我大喊大叫,说我 2018-03-29 17:01:35 UTC [952]: [1-1] user=,db=,app=,client= FATAL: could not load library "C:/ POSTGR~1/pg10/../pg10/lib/postgresql/timescaledb.dll”:找不到指定的模块。
知道发生了什么吗?
【问题讨论】:
-
文件是否存在?它是否依赖于不在 PATH 上的其他 DLL(使用this question 中建议的工具来查找)。
标签: database postgresql timescaledb