02 - Creating a Migration Playbook
When a surgeon goes into an operating room, they have a written-down plan that describes exactly what they are going to do. This plan provides confidence and assurance that the project will be done correctly and ensures that no step can be lost or forgotten.
When you work on a migration, you should have a similar Playbook. This stores information about the back up and restore, as well as a record of every action taken on the database tables as a part of the migration. This allows you to audit your work and know exactly what was done.
At the top of your playbook you should store information about your migration project in a comment block. Below is a template we suggest you use for all your playbooks.
- /*
- Migration Path: [SOURCE] => [DESTINATION]
- Quoted Amount:
-
- Migration Specialist
- Name:
- Email:
- Mobile:
-
- Point of Contact (POC)
- Name:
- Email:
- Mobile:
- Ensure
you're in their contacts so they will recognize your call and answer.
-
- Dest Account Manager
- Name:
- Email:
- Mobile:
-
- Source Credentials
- URL:
- Username:
- Password:
-
- Dest Credentials
- URL:
- Username:
- Password:
-
- Document Caches
- RAW:
- HUMAN:
-
- Initial Extract
- Date:
- Duration:
-
- Delta Extract
- Date:
- Duration:
-
- Data Summary
- RUN THIS
QUERY
- https://help.universalmigrator.com/portal/en/kb/articles/other-obtaining-record-counts-for-all-tables
- AND PASTE THE
RESULTS HERE
-
- --Special Requests
- */
Related Articles
01 - Creating a Migration Workspace
Prior to scoping a migration, you should create a migration workspace for the prospective project on your migration workstation. This folder structure will contain notes and important information about the project that you will add to as you discuss ...
03 - Scoping your First Migration
When a patient needs an operation, a good surgeon gets as much information as possible from the patient before recommending a course of action or providing a quote. By taking this approach, the surgeon can provide a better, more informed experience ...
Migration Type: Delta Migrations
A "Delta" migration is necessary when you migrate some data now and some data later. To do a Delta migration, please follow the steps below after you have complete the initial backup and restore. 1. Create the "Phase 2" Backup Using Universal ...
01 - Configuring a Migration Workstation
Location Matters Please refer to this article for information on where a migration workstation should be provisioned. Best Practice: Choosing the Right Location for a Migration Workstation For Multiple Concurrent Migrations If you intend to do lots ...
02 - Configuring a Migration Workstation (For One Concurrent Migration)
Recommended Location A migration workstation configured this way can be located in any of the following locations: in your office in your data center on the same network as the customer's server (if they are moving from an on-premise application) ...