Skip to content

FEAT: Implement config file migration between versions #994

@andrinoff

Description

@andrinoff

Is your feature request related to a problem?

When config format changes between versions, users must manually update their config files. No automatic migration, no version tracking in config.

Describe the solution you'd like

  • Add config version field
  • Implement migration chain (v1 → v2 → v3 ...)
  • Auto-migrate on startup with backup of old config
  • Validate config after migration
  • Show migration log to user
  • Support rollback if migration fails

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions