diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2013-09-09 13:23:44 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2013-09-10 15:40:08 +0100 |
commit | f84f9b04a6364850b5af37a1674309c95b1bac86 (patch) | |
tree | bb9cf4d4713d7cabb26289b1b98f1a708f56563d /notes/trouble_shooting.md | |
parent | 7f575d1cf3af5673efb6996beafbe91e0e505f72 (diff) |
Note about running db update script
Diffstat (limited to 'notes/trouble_shooting.md')
-rw-r--r-- | notes/trouble_shooting.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/trouble_shooting.md b/notes/trouble_shooting.md index d4b6752ae..7a982ff4b 100644 --- a/notes/trouble_shooting.md +++ b/notes/trouble_shooting.md @@ -34,3 +34,9 @@ Perhaps check the entries in `/var/log/mail.log` to check that the message has b The locale needs to be installed too or the translations will not be used. Use `locale -a` to list them all and ensure the one your translation uses is in the list. + + +## Database connection errors trying to run update-schema + +Make sure that you specify a database host and password in `general.yml`. You +may need to explicitly give your user a password. |