# Service Migration Prompt (Draft) ## Purpose Guide the migration of a service from one environment, stack, or platform to another, ensuring data integrity, minimal downtime, and clear documentation. ## Instructions 1. Identify the source and target environments (include versions, OS, dependencies). 2. Inventory all service data, configs, secrets, and dependencies. 3. Plan migration steps (data export/import, config translation, network changes). 4. Schedule migration window and notify stakeholders. 5. Perform a backup of all critical data before migration. 6. Execute migration steps, monitoring for errors. 7. Validate service functionality in the new environment. 8. Update documentation and inform users of completion. 9. Roll back if critical issues are detected. ## Checklist - [ ] Source and target environments documented - [ ] Data and configs backed up - [ ] Migration plan reviewed - [ ] Stakeholders notified - [ ] Post-migration validation complete - [ ] Documentation updated