granola-upgrade-migration

Featured

Upgrade Granola app versions and migrate between subscription plans. Use when upgrading the desktop app, changing from free to paid plans, downgrading with data preservation, or resolving update issues. Trigger: "upgrade granola", "granola update", "change granola plan", "granola new version", "granola downgrade".

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Granola Upgrade & Migration ## Overview Manage Granola desktop app updates and subscription plan changes. Granola auto-updates by default, but manual intervention may be needed for major versions or plan migrations that affect feature access. ## Prerequisites - Current Granola version info (Granola menu > About, or check via CLI) - Admin access for organization-level plan changes - Data backup awareness before downgrading ## Instructions ### Step 1 — Check Current Version ```bash # macOS — read version from app bundle defaults read /Applications/Granola.app/Contents/Info.plist CFBundleShortVersionString 2>/dev/null || echo "Check Granola > About Granola" ``` Check for available updates: Granola menu bar icon > Check for Updates, or visit [granola.ai/updates](https://www.granola.ai/updates) for the changelog. ### Step 2 — Update the Desktop App **Auto-update (recommended):** Granola checks for updates automatically and downloads in the background. Enable at: ``` Granola > Preferences > General > Check for updates automatically: On ``` **Manual update via Homebrew (macOS):** ```bash brew update && brew upgrade --cask granola ``` **Manual download:** Download latest from [granola.ai/download](https://www.granola.ai/download). Close Granola, install over the existing version. Settings and data are preserved. ### Step 3 — Handle Update Issues If Granola crashes or behaves incorrectly after updating: ```bash # Clear caches (preserves your data and authentication) rm ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category