Workspace Transfer
Workspace Transfer (Admin → Settings → Migration → Workspace Transfer) moves an entire Turbo EA workspace from one instance to another as a single, self-contained bundle. The driving use case: you build out a workspace on a local instance and need to promote everything to Production.

What's included
The export captures the full workspace as a .zip bundle containing one Excel workbook (all structured data, one sheet per domain) and, where relevant, an assets/ folder for unstructured files:
- Metamodel — card types and relation types, including all custom fields, subtypes, sections, and translations.
- Configuration — roles, per-type stakeholder roles, tag groups and tags, calculated fields, EA principles, and compliance regulations.
- Settings — currency, date format, feature flags, login branding, enabled locales, and the rest of the general application settings.
- Users — email, display name, role, and active flag (used to re-link ownership and assignments on the target). No passwords or SSO identities.
- Inventory — every card (with its hierarchy, lifecycle, and attributes), card tags, and relations.
- Card context — stakeholders, document links, comments, todos, and file attachments.
- Module data — BPM (process diagrams, elements, flow versions, assessments), PPM (status reports, costs, budgets, risks, tasks, WBS, dependencies), the GRC risk register (risks, mitigation tasks and occurrences, card links), GRC compliance findings (with the analysis runs they reference), architecture decisions and Statements of Architecture Work, free-draw diagrams, saved reports, bookmarks (saved inventory views, including their shares), web portals, and surveys.
- Assets — binary file attachments, diagram and BPMN XML, and the logo/favicon travel as separate files inside the bundle's
assets/folder.
What's never included
For security, secrets are never exported:
- SMTP password
- SSO client secret
- AI provider API key
- ServiceNow credentials
You must re-enter these on the target instance after importing. This is unavoidable by design: encrypted values are tied to the source instance's SECRET_KEY and cannot be decrypted anywhere else.
A few other things stay behind by design:
- TurboLens analysis results (vendor analysis, duplicate clusters, modernization assessments, saved architecture assessments) and the dashboard's KPI history are instance-local — re-run the analyses on the target. Compliance findings are the exception and do transfer.
- Browser-local state never transfers: the inventory grid's ad-hoc column ordering lives in your browser's local storage, not in the database. Column layout that you saved inside a Saved View does transfer with the view.
Exporting
- Open Admin → Settings → Migration → Workspace Transfer.
- (Optional) tick Include archived cards to add archived inventory to the bundle.
- Click Export bundle. Your browser downloads
workspace_export_<timestamp>.zip.