Update doc on statement_timeout errors (#3248) [ci skip]

This commit is contained in:
Mac Siri 2019-06-20 13:36:40 -04:00 committed by GitHub
parent 6fc17a29cb
commit de2bf910fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```