diff --git a/SESSION_SAVE_2026-03-22.md b/SESSION_SAVE_2026-03-22.md index 80b8e0e..753da32 100644 --- a/SESSION_SAVE_2026-03-22.md +++ b/SESSION_SAVE_2026-03-22.md @@ -110,3 +110,29 @@ if(!CheckVolatilityFilter()) - If filters are too aggressive, adjust: `InpMinATRPercent` or `InpMinADX` **Session End - Safe to restart** + +--- + +## Ollama Upgrade Script Created +**File:** `~/upgrade-ollama.sh` + +The automated upgrade via tool commands was timing out on sudo operations, so an upgrade script was created for manual execution. + +### To Upgrade Ollama: +```bash +~/upgrade-ollama.sh +``` + +This will: +1. Stop the current ollama service +2. Backup existing binary +3. Download latest version (currently v0.18.2) +4. Install and start the new version +5. Verify it's working + +### Current Status: +- Running: v0.12.11 +- Available: v0.18.2 +- Location: /usr/local/bin/ollama +- Service: systemd (ollama.service) +- API: localhost:11434