From a9dc248d0acdfb5dd3f60b01f1a3c69302a7678c Mon Sep 17 00:00:00 2001 From: atovpeko <114177030+atovpeko@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:25:20 +0200 Subject: [PATCH] updated file locations (#3665) Co-authored-by: Iain Cox --- _partials/_install-self-hosted-windows-based.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_partials/_install-self-hosted-windows-based.mdx b/_partials/_install-self-hosted-windows-based.mdx index 3c97da311b..3c11b79f35 100644 --- a/_partials/_install-self-hosted-windows-based.mdx +++ b/_partials/_install-self-hosted-windows-based.mdx @@ -10,9 +10,6 @@ 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`. @@ -20,14 +17,17 @@ 1. **Install TimescaleDB** - 1. Unzip the [TimescaleDB installer][supported-platforms] to . + 1. Unzip the [TimescaleDB installer][supported-platforms] to ``, that is, your selected directory. Best practice is to use the latest version. - 1. In , right-click `setup.exe`, then choose `Run as Administrator`. + 1. In `\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