Timescaledb: Can't install TimeScaleDB to Not finding Postgres when installing TimescaleDB on Windows

Created on 3 May 2018  路  6Comments  路  Source: timescale/timescaledb

I can't install TimeScaleDB successfully .. I read the prerequestities but I didn't understand the third step
which is : Make sure all relevant binaries are in your PATH: pg_config, cmake, MSBuild

how can I make sure ?
when i tried to install Postgsql the message error was : could not get pg_config --pkglibdir: exec: "pg_config": executable file not found in %PATH%
Please can anyone help me

Most helpful comment

You'll need to edit the the PATH environmental variable on Windows. Here's a page that describes the procedure for various versions of Windows:
https://www.java.com/en/download/help/path.xml

In particular, you'll need to add the path to PostgreSQL's binaries to the list of places in the PATH variable. Usually this is something like C:\Program Files\PostgreSQL\postgres\bin, but it will depend on your setup and you may have to find pg_config yourself via Windows Explorer first

All 6 comments

You'll need to edit the the PATH environmental variable on Windows. Here's a page that describes the procedure for various versions of Windows:
https://www.java.com/en/download/help/path.xml

In particular, you'll need to add the path to PostgreSQL's binaries to the list of places in the PATH variable. Usually this is something like C:\Program Files\PostgreSQL\postgres\bin, but it will depend on your setup and you may have to find pg_config yourself via Windows Explorer first

Thank you very much :)
You mean I have to install PostgreSQL first

Yes, TimescaleDB does not automatically download that on Windows.

Thank you very much .. it works :)

Great, going to close this out :)

I installed two versions of postgresql viz.12 and 13 and i want to enable timeseries in 12..but when executing setup.exe..this error pops up..how to tell setup exe the correct path of postgresql 12

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sanpa1977 picture sanpa1977  路  5Comments

arifainchtein picture arifainchtein  路  4Comments

jthornhill picture jthornhill  路  4Comments

ehamberg picture ehamberg  路  5Comments

ziXet picture ziXet  路  5Comments