Skip to content
Snippets Groups Projects
Commit 77f0c92e authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Add a troubleshooting section with Postgres tips

parent 6e75dae9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -96,3 +96,11 @@ bundle exec foreman start
```
 
Now you can go to http://localhost:3000 in your browser.
## Troubleshooting
### Rails cannot connect to Postgres
- Check if foreman is running in the gitlab-development-kit directory.
- Check for custom Postgres connection settings defined via the environment; we
assume none such variables are set. Look for them with `set | grep '^PG_'`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment