Skip to content

Commit

Permalink
Migration docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jun 4, 2021
1 parent f99f83a commit 7b0214d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A brief overview of the various command-line switches and HTTP endpoints and API
- Horizontal scaling: zero/minimal local state. Persistence in storage layers. MySQL backend provided in the box.
- Multiple APNs topics: potentially multi-tenant.
- Multi-command targeting: send the same command (or pushes) to multiple enrollments without individually queuing commands.
- Migration endpoint: allow migrating MDM enrollments from (supported) MDM servers
- Migration endpoint: allow migrating MDM enrollments between storage backends or (supported) MDM servers
- Otherwise we share many features between MicroMDM and NanoMDM, such as:
- A MicroMDM-emulating HTTP webhook/callback.
- Enrollment-certificate authorization
Expand Down
2 changes: 1 addition & 1 deletion docs/operations-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ The `nano2nano` tool extracts migration enrollment data from a given storage bac

*Note:* Enrollment migration is **lossy**. It is not intended to bring over all data related to an enrollment — just the absolute bare minimum of data to support a migrated device being able to operate with MDM. For example previous commands & responses and even inventory data will be missing.

*Note: There are some edge cases around enrollment migration. One such case is iOS unlock tokens. If the latest `TokenUpdate` did not contain the enroll-time unlock token for iOS then this information is probably lost in the migration. Again this feature is only meant to migrate the absolute minimum of information to allow for a device to be sent APNs push requests and have an operational command-queue.
*Note:* There are some edge cases around enrollment migration. One such case is iOS unlock tokens. If the latest `TokenUpdate` did not contain the enroll-time unlock token for iOS then this information is probably lost in the migration. Again this feature is only meant to migrate the absolute minimum of information to allow for a device to be sent APNs push requests and have an operational command-queue.

## Switches

Expand Down

0 comments on commit 7b0214d

Please sign in to comment.