From e51232959986342e6d34271be69fb8e9a76aeda3 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 3 Apr 2024 16:40:16 +0200 Subject: [PATCH] remove migpath call at startup, #687 --- docker_assets/run.sh | 1 - tubearchivist/config/management/commands/ta_migpath.py | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docker_assets/run.sh b/docker_assets/run.sh index b06d5b7..4b60e58 100644 --- a/docker_assets/run.sh +++ b/docker_assets/run.sh @@ -14,7 +14,6 @@ fi python manage.py ta_envcheck python manage.py ta_connection python manage.py ta_startup -python manage.py ta_migpath # start all tasks nginx & diff --git a/tubearchivist/config/management/commands/ta_migpath.py b/tubearchivist/config/management/commands/ta_migpath.py index 05f0b76..28c9546 100644 --- a/tubearchivist/config/management/commands/ta_migpath.py +++ b/tubearchivist/config/management/commands/ta_migpath.py @@ -1,4 +1,8 @@ -"""filepath migration from v0.3.6 to v0.3.7""" +""" +filepath migration from v0.3.6 to v0.3.7 +not getting called at startup any more, to run manually if needed: +python manage.py ta_migpath +""" import json import os