Cannot succesfully install TimescaleDB on Postgres 10 (Windows Server 2016)

对着背影说爱祢 提交于 2019-12-11 15:49:07

问题


I am having trouble getting TimescaleDB to work on my windows server 2016 machine with Postgres 10.

  1. I open up a fresh windows server 2016 instance with AWS and I install Postgres using the windows GUI installer. (C:\Postgres).

  2. The installer automatically updates the path to include the bin directory (C:\PostgreSQL\pg10\bin).

  3. I stop postgres.

  4. I run the TimescaleDB windows installer file and it says it's successfully completed.

  5. I update the conf file. (shared_preload_libraries = 'timescaledb').

  6. I restart my computer and start postgres, but postgres never sucessfully starts. The windows event yells at me, saying I 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": The specified module could not be found.

Any idea whats going on?


回答1:


This may be related to https://github.com/timescale/timescaledb/issues/485#issuecomment-377533298 which is caused by a missing dependency, Visual C++ Redistributable for Visual Studio 2015.



来源:https://stackoverflow.com/questions/49562434/cannot-succesfully-install-timescaledb-on-postgres-10-windows-server-2016

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!