sqlalchemy.exc.OperationalError
caused by !65 (merged) / c9f0d448 (comment 2686130), alembic migration will be necessary
- merge !66 (merged) for alembic migration
- run alembic migration script
sqlalchemy.exc.OperationalError: (mariadb.OperationalError) Unknown column 'users.active' in 'field list'
[SQL: SELECT users.id AS users_id, users.username AS users_username, users.password_hash AS users_password_hash, users.email AS users_email, users.active AS users_active, users.created AS users_created, users.reset_secret AS users_reset_secret, users.la_opt_out AS users_la_opt_out, users.fs_uniquifier AS users_fs_uniquifier
FROM users]
(Background on this error at: https://sqlalche.me/e/20/e3q8)
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
uWSGI running as root, you can use --uid/--gid/--chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 37)
spawned uWSGI worker 1 (pid: 47, cores: 1000)
spawned uWSGI http 1 (pid: 48)
*** running gevent loop engine [addr:0x61b02fa622c0] ***
--- no python application found, check your startup logs for errors ---
[pid: 47|app: -1|req: -1/1] 172.18.0.1 () {68 vars in 2181 bytes} [Tue Oct 15 11:26:36 2024] GET / => generated 21 bytes in 1 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 999)
--- no python application found, check your startup logs for errors ---
[pid: 47|app: -1|req: -1/2] 172.18.0.1 () {64 vars in 2087 bytes} [Tue Oct 15 11:26:36 2024] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 999)
Edited by Lars Florian Meiendresch