FitTrackee/docsrc/source/troubleshooting/administrator.rst

14 lines
441 B
ReStructuredText
Raw Normal View History

2019-07-14 20:44:10 +02:00
Administrator
#############
2021-07-10 10:46:44 +02:00
`FitTrackee fails to start`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-07-14 20:44:10 +02:00
2021-07-10 10:46:44 +02:00
- Check the database URL in `Environment variables <../installation.html#envvar-DATABASE_URL>`__ if the following error is displayed in **gunicorn** logs:
2019-07-14 20:44:10 +02:00
2021-07-10 10:46:44 +02:00
.. code::
sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgres
It must start with `postgresql://` (engine URLs starting with `postgres://` are no longer supported).