- Replace 'sudo -u' with 'su -' throughout the script - Works perfectly in LXC containers running as root (no sudo installed) - Also works on regular VMs/servers where sudo is available - Fixes all remaining: sudo: command not found errors
- Detect if running as root and use 'su' instead of 'sudo' for postgres - Fixes: sudo: command not found error in LXC containers
- PR1: Project scaffold, DB models, price loader - PR2: Congressional trade ingestion (House Stock Watcher) - PR3: Security enrichment + deployment infrastructure - 37 passing tests, 87%+ coverage - Docker + Proxmox deployment ready - Complete documentation - Works 100% offline with fixtures