Session 0011: v15 Deploy, Debug & Full Verification

Date: 2026-02-25 Status: Completed Origin: MDF Webseiten session 0054


Work Done

Key Decisions / Learnings

| Bug | Root Cause | Fix | |-----|-----------|-----| | nsenter: can't execute 'backup' | run_job() missing OPSCLI prefix | Added `[OPSCLI] to full_args` | | Backup produces 0 lines | Python stdout buffered through pipe | Added PYTHONUNBUFFERED=1 to nsenter prefix | | docker run -i hangs | stdin inherited from server process | stdin=asyncio.subprocess.DEVNULL | | Terminal exits immediately (code 0) | docker exec missing -it flags | Added -it to exec command | | MDF backups not running (2 nights) | gen-timers: {env} never expanded in custom command | Loop over envs + .replace("{env}", env) |

Commits


Tags: #Session #OpsDashboard #Debug #Deployment