Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duranmla authored Apr 19, 2021
1 parent 5f0f952 commit 735f539
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

**III.** _psql: FATAL: database <User> does not exist_. Run: `createdb <User> -U <User>` prior to intend to run yarn utils:resetdb.

**IV.** _"discourse\_development" db not found_. You should update the database document directly on the Discourse project under `config/database.yml` file to use `debtcollective_discourse_development` instead `discourse_development` or use the env variable before the rails command `DISCOURSE_DEV_DB=debtcollective_discourse_development`.
**IV.** _"discourse\_development" db not found_. You should update the database document directly on the Discourse project under `config/database.yml` file to use `debtcollective_discourse_development` instead `discourse_development` or use the env variable before the rails command `DISCOURSE_DEV_DB=debtcollective_discourse_development`.

**V.** _"error: role 'postgres' does not exist"_. create a user like `createuser postgres --interactive` and give superuser permissions

0 comments on commit 735f539

Please sign in to comment.