From ba575575803dc57f65e57ed7064b1f3e36028e35 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 22 Apr 2024 09:07:33 +0100 Subject: [PATCH] chore(docs): add note regarding vcredist for embedded postgres --- docs/install/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/index.md b/docs/install/index.md index 69fb818f31..fc5b8b200f 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -24,6 +24,9 @@ alternate installation methods (e.g. standalone binaries, system packages). ## Windows +> **Important:** If you plan to use the built-in PostgreSQL database, you will need to ensure that the +> [Visual C++ Runtime](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist#latest-microsoft-visual-c-redistributable-version) is installed. + Use [GitHub releases](https://github.com/coder/coder/releases) to download the Windows installer (`.msi`) or standalone binary (`.exe`).