Skip to content

Commit

Permalink
updated file locations (#3665)
Browse files Browse the repository at this point in the history
Co-authored-by: Iain Cox <[email protected]>
  • Loading branch information
atovpeko and billy-the-fish authored Jan 6, 2025
1 parent 73fc3b5 commit a9dc248
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _partials/_install-self-hosted-windows-based.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@

1. Complete the installation wizard.

If you see an error like `could not load library "C:/Program Files/PostgreSQL/17/lib/timescaledb-2.17.2.dll": The specified module could not be found.`, use
[Dependencies][dependencies] to ensure that your system can find the compatible DLLs for this release of TimescaleDB.

1. Check that you can run `pg_config`.
If you cannot run `pg_config` from the command line, in the Windows
Search tool, enter `system environment variables`.
The path should be `C:\Program Files\PostgreSQL\<version>\bin`.

1. **Install TimescaleDB**

1. Unzip the [TimescaleDB installer][supported-platforms] to <install_dir>.
1. Unzip the [TimescaleDB installer][supported-platforms] to `<install_dir>`, that is, your selected directory.

Best practice is to use the latest version.

1. In <install_dir>, right-click `setup.exe`, then choose `Run as Administrator`.
1. In `<install_dir>\timescaledb`, right-click `setup.exe`, then choose `Run as Administrator`.

1. Complete the installation wizard.

If you see an error like `could not load library "C:/Program Files/PostgreSQL/17/lib/timescaledb-2.17.2.dll": The specified module could not be found.`, use
[Dependencies][dependencies] to ensure that your system can find the compatible DLLs for this release of TimescaleDB.

1. **Tune your PostgreSQL instance for TimescaleDB**

Run the `timescaledb-tune` script included in the `timescaledb-tools` package with TimescaleDB. For more
Expand Down

0 comments on commit a9dc248

Please sign in to comment.