Self-host upgrades are Git-based. Pull the new version, rebuild images, and let the migration service apply database migrations.Documentation Index
Fetch the complete documentation index at: https://docs.3ngram.ai/llms.txt
Use this file to discover all available pages before exploring further.
Backup first
Create a Postgres backup before upgrading:Upgrade
migrations service runs alembic upgrade head before API, MCP, and the
frontend start.
Rollback basics
If an upgrade fails before migrations complete, check logs and return to the previous Git revision:Compatibility
- Keep the API, MCP, frontend, and migrations from the same Git revision.
- Do not run an older application image against a newer migrated database unless the release notes say it is safe.
- Review
CHANGELOG.mdanddocs/operations/launch-validation.mdfor release validation notes before a major upgrade.