Files
ProxmoxVEDHelperScripts/install/tubearchivist-install.sh
CanbiZ (MickLesk) 32ab032797 fix(tubearchivist): fix celery beat race condition on first boot
Beat service starts before manage.py migrate creates the
django_celery_beat tables, causing 'no such table' error.
Add ExecStartPre that waits for migration to complete by
polling the SQLite DB for the crontab table.
2026-03-30 13:12:38 +02:00

7.9 KiB