This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Description Describe the bug
Docker container with the latest version does not start.
To Reproduce
Steps to reproduce the behavior:
Pull the latest image and run it.
Expected behavior
Container launches without error and stays running.
Logs
Creating directory /config/migrations ... done
Creating directory /config/migrations/versions ... done
Generating /config/migrations/script.py.mako ... done
Generating /config/migrations/env.py ... done
Generating /config/migrations/alembic.ini ... done
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
Generating /config/migrations/README ... done
Please edit configuration/connection/logging settings in '/config/migrations/alembic.ini' before proceeding.
ERROR [flask_migrate] Error: Can't locate revision identified by 'e935a3b14ca8'
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
ERROR [flask_migrate] Error: Can't locate revision identified by 'e935a3b14ca8'
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
ERROR [flask_migrate] Error: Can't locate revision identified by 'e935a3b14ca8'
Server information
Installation method: Docker
Python version: Version in container
Operating System: Ubuntu 22.04
Additional context
Started about 2 hours ago when the new container was published.
Reactions are currently unavailable
Describe the bug
Docker container with the latest version does not start.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Container launches without error and stays running.
Logs
Server information
Additional context
Started about 2 hours ago when the new container was published.