Migration Guides
Documentation for upgrading between major Soverstack versions.
Available Guides
No migration guides available yet. This section will be populated when major version upgrades are released.
Migration Process
When upgrading Soverstack:
- Read the changelog - Review breaking changes
- Backup state - Save current state files
- Update CLI -
npm update -g @soverstack/cli - Update configuration - Apply required schema changes
- Validate -
soverstack validate - Plan -
soverstack plan - Apply -
soverstack apply
Future Guides
When released, migration guides will cover:
- Schema changes
- Configuration updates
- State migrations
- Breaking changes
- Rollback procedures