Overview
Migration operations require superadmin authentication. This service only provides
read access to migration information. Actual migrations are run server-side.
List Migrations
Get all available Alembic migrations with their application status:Get Current Migration
Get the currently applied database revision:null if no migrations have been applied yet.
Get Migration History
Get the complete migration history in chronological order:Use Cases
Version Check
Check if the database is up to date:Health Monitoring
Include migration status in health checks:Display Status
Show migration information in an admin dashboard:Next Steps
- Dashboard - View system statistics
- Collections - Manage database collections
- Admin Service - Manage system configuration