From 390e3099d8888bbd82da87cbc6f7addf64049e32 Mon Sep 17 00:00:00 2001 From: Garfield Date: Sun, 22 Mar 2026 21:15:35 -0400 Subject: [PATCH] Add ollama upgrade script --- SESSION_SAVE_2026-03-22.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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