Skip to content

Alembic Migrations

We added some new fields into the mariadb database model but now the current deployments have the issue that the database cannot find these fields because they are not added automatically when we do not create a new database.

  • Write generic migration script
  • fix stage
  • Document in Wiki
  • Integrate into Dockerfile RUN alembic upgrade head (check correlation to docker-entrypoint.sh)
Edited by Lars Florian Meiendresch