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