FitTrackee/docs/_sources/troubleshooting/administrator.rst.txt

14 lines
441 B
Plaintext
Raw Normal View History

2020-12-30 11:12:35 +01:00
Administrator
#############
2021-07-10 10:46:44 +02:00
`FitTrackee fails to start`
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020-12-30 11:12:35 +01: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:
2020-12-30 11:12:35 +01: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).