diff --git a/docs/installation/windows.md b/docs/installation/windows.md index c18c5fb63..4e9dd091e 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -125,4 +125,9 @@ Pay attention to the username and password you setup during installation of Post 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. +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 +``` + > If you encountered any errors that you subsequently resolved, **please consider updating this section** with your errors and their solutions.