Update doc on statement_timeout errors (#3248) [ci skip]
This commit is contained in:
parent
6fc17a29cb
commit
de2bf910fd
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue