-
Story
-
Resolution: Unresolved
-
Major
-
Future
-
Product / Portfolio Work
-
False
-
-
False
-
-
-
-
Important
-
None
Value Statement
As a Global Hub installer,
I want to perform migration validation without requiring a database connection,
So that I can run validations even before the database is set up.
Definition of Done for Engineering Story Owner (Checklist)
- Migration validation logic is decoupled from any PostgreSQL or external DB dependency.
- A new migration mode flag is introduced during Global Hub installation to indicate the non-DB flow.
- When in migration mode, the installer should skip DB-related validation checks and rely only on in-memory or YAML-based configuration.
- Proper error handling must be added if DB validation is accidentally triggered in migration mode.
- Document the usage of the migration mode in the operator documentation.
Development Complete
- The code is complete.
- Functionality is working.
- Any required downstream Docker file changes are made.
Tests Automated
- [ ] Unit/function tests have been automated and incorporated into the
build. - [ ] 100% automated unit/function test coverage for new or changed APIs.
Secure Design
- [ ] Security has been assessed and incorporated into your threat model.
Multidisciplinary Teams Readiness
- [ ] Create an informative documentation issue using the Customer
Portal Doc template that you can access from [The Playbook](
and ensure doc acceptance criteria is met.
- Call out this sentence as it's own action:
- [ ] Link the development issue to the doc issue.
Support Readiness
- [ ] The must-gather script has been updated.