Skip to main content

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:

  1. Read the changelog - Review breaking changes
  2. Backup state - Save current state files
  3. Update CLI - npm update -g @soverstack/cli
  4. Update configuration - Apply required schema changes
  5. Validate - soverstack validate
  6. Plan - soverstack plan
  7. Apply - soverstack apply

Future Guides

When released, migration guides will cover:

  • Schema changes
  • Configuration updates
  • State migrations
  • Breaking changes
  • Rollback procedures