Objective
Create automated migration script to convert db.yml to V2 architecture (projects/ structure).
Prerequisites
Issue #4 and #5 completed (extract script exists)
Implementation Steps
See todos/IMPLEMENTATION.md lines 960-1228.
Create bin/migrate-v2.py:
- Extract infrastructure config → projects/traefik.yml
- Migrate each project → projects/{name}/docker-compose.yml + traefik.yml
- Replace secret values with ${VAR} references
- Create db.yml.v1-backup
Success Criteria
Estimated Time
2-3 hours
Objective
Create automated migration script to convert db.yml to V2 architecture (projects/ structure).
Prerequisites
Issue #4 and #5 completed (extract script exists)
Implementation Steps
See
todos/IMPLEMENTATION.mdlines 960-1228.Create
bin/migrate-v2.py:Success Criteria
bin/migrate-v2.pyscript createdEstimated Time
2-3 hours