MetaTube icon indicating copy to clipboard operation
MetaTube copied to clipboard

Latest Version Container Crashing upon Startup

Open samcro1967 opened this issue 2 years ago • 12 comments

Describe the bug Docker container with the latest version does not start.

To Reproduce Steps to reproduce the behavior:

  1. 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.

samcro1967 avatar Feb 20 '23 18:02 samcro1967