0.16.01 min read
Import & Export
Move translation packages with deterministic planning, atomic apply, rollback, and stale-plan protection.
mcLogiora’s portable translation package workflow is designed for controlled migration between sites. It is not a transport endpoint exposed to anonymous HTTP clients.
Safe sequence
- Export a deterministic package from the source site.
- Inspect the package and validate its metadata and source revision.
- Run a dry-run plan on the destination.
- Review additions, conflicts, skipped records, and the plan fingerprint.
- Apply the plan atomically and additively.
- Verify the result, or use the recorded rollback path if the operation must be reversed.
Guardrails
- Apply is additive; it does not silently delete destination content.
- A stale plan is rejected when the destination changed after planning.
- A failed apply rolls back the operation’s writes.
- Relations and objects are validated before membership is changed.
- Import/export does not machine-translate content.
Keep package files out of public uploads and treat them as site data. Review access and retention according to the content they contain.