From de2bf910fdc18244219ecaa911315d5483fe6cfc Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Thu, 20 Jun 2019 13:36:40 -0400 Subject: [PATCH] Update doc on statement_timeout errors (#3248) [ci skip] --- docs/installation/windows.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 4e9dd091e..4967d5d92 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -123,9 +123,10 @@ Pay attention to the username and password you setup during installation of Post ### Possible error messages -1. There is a possibility that you might encounter a _statement timeout_ when seeding the database for the first time. Please comment out the variable `statement_timeout` from the file `config/database.yml` if it happens. +1. There is a possibility that you might encounter a _statement timeout_ when seeding the database for the first time. Please increase the value of `statement_timeout` to `9999999` in `config/database.yml`. + +2. If the installation process failed with the following error `ERROR: Error installing pg`. Please consider installing the following package `libpq-dev` : -2. If the installation process failed with the following error `ERROR: Error installing pg`. Please consider installing the following package `libpq-dev` : ```bash sudo apt-get install libpq-dev ```