Skip to content
mcLogiora0.16.0
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

  1. Export a deterministic package from the source site.
  2. Inspect the package and validate its metadata and source revision.
  3. Run a dry-run plan on the destination.
  4. Review additions, conflicts, skipped records, and the plan fingerprint.
  5. Apply the plan atomically and additively.
  6. 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.

Related articles