Documentation Index
Fetch the complete documentation index at: https://astron-bb4261fd.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Migration Guide
This guide covers upgrade steps and breaking changes between Z3rno releases.v0.0.1 to v0.1.0
v0.1.0 has not been released yet. This section will be updated with specific
breaking changes and migration steps when the release is finalized.
Database Migration
Z3rno uses Alembic for database schema migrations. After upgrading the server, run:SDK Upgrade
Update the Python SDK:Breaking Changes
Breaking changes follow this format:| Change | Before | After | Migration |
|---|---|---|---|
| Example: method rename | client.search() | client.recall() | Find and replace in your codebase |
Helm Chart Upgrade
If you deploy via Helm:Configuration Changes
Check the Configuration Reference for any new or renamed environment variables between versions.General Upgrade Checklist
- Read the release notes for your target version
- Back up your database
- Update the server (Docker image or binary)
- Run database migrations (
alembic upgrade head) - Update SDK versions in your applications
- Test in a staging environment before production
- Monitor logs and metrics after the upgrade