Admin-UI-triggered v2.9.2 → v2.9.3 upgrade on marcelle was killed by systemd at 15min mid `docker compose pull` because Gitea registry pulls over the Pangolin tunnel routinely exceed that budget on a cold cache. 1hr gives enough headroom for slow pulls without hiding genuinely hung upgrades. Bunker Admin
17 lines
487 B
Desktop File
17 lines
487 B
Desktop File
[Unit]
|
|
Description=Changemaker Lite upgrade dispatcher
|
|
Documentation=https://docs.cmlite.org/docs/admin/services/
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=__USER__
|
|
Group=__USER__
|
|
WorkingDirectory=__PROJECT_DIR__
|
|
ExecStart=__PROJECT_DIR__/scripts/upgrade-watcher.sh
|
|
# Gitea registry pulls over the Pangolin tunnel can take 20+ minutes on a
|
|
# cold cache; 15min was not enough and killed upgrade.sh mid Phase 4.
|
|
TimeoutStartSec=3600
|
|
StandardOutput=journal
|
|
StandardError=journal
|