From b61db22dc5ccf167ebc27cc9d37e1b0147915049 Mon Sep 17 00:00:00 2001 From: Joshua Tzucker Date: Thu, 10 Oct 2019 07:28:17 -0700 Subject: [PATCH] [DOC] Update PostgreSQL docs (#4345) [ci skip] --- docs/installation/windows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 42f5aa6e5..3d7d2665d 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -93,10 +93,12 @@ Make sure that Yarn is installed with `yarn -v` If you don't have PostgreSQL installed on your Windows system, you can do so right now. WSL is able to connect to a PostgreSQL instance on your Windows machine. DEV requires PostgreSQL version 9.4 or higher. -Download [PostgreSQL for Windows](https://www.openscg.com/postgresql/installers/) and install it. +Download [PostgreSQL for Windows](https://www.postgresql.org/download/windows/) and install it. Pay attention to the username and password you setup during installation of PostgreSQL as you will use this to configure your Rails applications to login to the database later. +For additional configuration options, check our [PostgreSQL setup guide](/installation/postgresql). + ## Installing DEV 1. Fork DEV's repository, eg.