本地部署报错,求帮助

Building prefix dict from the default dictionary …
DEBUG:jieba:Building prefix dict from the default dictionary …
Loading model from cache /var/folders/06/2t_lj79x7nzdy1rls94s49600000gn/T/jieba.cache
DEBUG:jieba:Loading model from cache /var/folders/06/2t_lj79x7nzdy1rls94s49600000gn/T/jieba.cache
Loading model cost 0.308 seconds.
DEBUG:jieba:Loading model cost 0.308 seconds.
Prefix dict has been built successfully.
DEBUG:jieba:Prefix dict has been built successfully.
Operations to perform:
Apply all migrations: application, contenttypes, dataset, django_apscheduler, django_celery_beat, embedding, function_lib, setting, users
Running migrations:
No migrations to apply.
Your models in app(s): ‘application’, ‘function_lib’ have changes that are not yet reflected in a migration, and so won’t be applied.
Run ‘manage.py makemigrations’ to make new migrations, and then re-run ‘manage.py migrate’ to apply them.

  • Start Gunicorn WSGI HTTP Server

  • Start Celery as Distributed Task Queue: Celery

  • Start Gunicorn Local Model WSGI HTTP Server
    2024-11-14 07:23:53 Check service status: gunicorn → running at 40683
    2024-11-14 07:23:54 Check service status: celery_default → running at 40684
    2024-11-14 07:23:55 Check service status: local_model → running at 40685
    2024-11-14 07:24:26 Check service status: gunicorn → stopped at 40683
    gunicorn is stopped.
    Stop service: celery_default Error
    Stop service: local_model Ok

需要进入maxkb容器中,按照提示执行这两条命令。
Run ‘manage.py makemigrations’ to make new migrations, and then re-run ‘manage.py migrate’ to apply them.
manage.py makemigrations和manage.py migrate

我的是v2.28.7 也碰到了这个问题,但是没有上面的容器应该怎么解决?Operations to perform:
Apply all migrations: acls, admin, applications, assets, audits, auth, authentication, captcha, common, contenttypes, django_cas_ng, django_celery_beat, jms_oidc_rp, notifications, ops, orgs, perms, rbac, sessions, settings, terminal, tickets, users
Running migrations:
No migrations to apply.
After migration, update builtin role permissions
2025-03-11 19:42:24 Tue Mar 11 19:42:24 2025
2025-03-11 19:42:24 JumpServer version v2.28.7, more see https://www.jumpserver.org

  • Start Flower as Task Monitor

  • Start Daphne ASGI WS Server

  • Start Gunicorn WSGI HTTP Server

  • Start heartbeat thread => ([Core]-0a783ca7a630)
    2025-03-11 19:42:28 Check service status: flower → running at 14
    2025-03-11 19:42:29 Check service status: daphne → running at 23
    2025-03-11 19:42:30 Check service status: gunicorn → running at 27
    2025-03-11 19:43:01 Check service status: flower → stopped at 14
    2025-03-11 19:43:01 Service start failed, exit: flower
    flower is stopped.
    Stop service: daphne Ok
    Stop service: gunicorn Error