Hello,
I don't have enough data to tell for sure what's wrong, but here are two
things we changed recently in the webapp's configuration.
1. We stopped using DATABASE_* keys in favor of the single DATABASE_URL
one. For example, here is the default value of that key:
``postgres://breakpad_rw:aPassword@localhost:5432/breakpad``. You will need
to use that as the previous keys are not supported anymore.
2. We added another database connection key to handle the non-django
database connections. The new key is IMPLEMENTATIONS_DATABASE_URL, and if
you only have one postgres database, you can skip setting it (it will then
be the same as DATABASE_URL).
Hope that helps!
Cheers,
Adrian
> _______________________________________________
> tools-socorro mailing list
>
tools-...@lists.mozilla.org
>
https://lists.mozilla.org/listinfo/tools-socorro
>