I've guided technology integration for multiple acquisitions, and the pattern is always the same: the deal team does thorough due diligence, the board approves the acquisition, and then everyone turns to the engineering team and says "okay, integrate these systems" with no playbook, no timeline, and unrealistic expectations about how fast it can happen.
Due diligence tells you what you bought. Integration determines whether you get value from it. They're completely different disciplines.
The First 30 Days: Stabilize
Before you change anything, understand what you have. This sounds obvious. It never happens.
Freeze non-critical changes. Both the acquiring and acquired engineering teams need to stop shipping features that aren't already in flight. Every new feature deployed during integration is a feature that might need to be re-deployed, re-architected, or abandoned. Create a change advisory board that approves only critical bug fixes and security patches.
Secure and audit access. On day one, you need a complete inventory of who has access to what — production systems, cloud accounts, third-party services, source code repositories, CI/CD pipelines. People will leave during the transition. You need to revoke access quickly and cleanly. This is a security concern, not just an organizational one.
Document what exists. The acquired company's documentation is almost certainly incomplete. Assign engineers from both sides to pair up and create current-state architecture diagrams, data flow maps, and dependency inventories. This isn't busywork — it's the foundation for every integration decision that follows.
Identify the key engineers. In every acquisition, there are 3-5 engineers who hold critical institutional knowledge — the ones who know why the authentication system has that weird edge case, or where the backup scripts actually run. Identify them. Retain them. If they leave in month two, your integration timeline doubles.
Days 30-60: Rationalize
Now you have a map of both systems. The next step is deciding what lives and what dies.
Map overlapping systems. Most acquisitions create overlap: two CRM systems, two deployment pipelines, two monitoring stacks, two authentication services. Create a matrix: system function, current platform (acquirer), current platform (acquired), data volume, integration points, and team expertise.
Choose target platforms based on merit, not politics. This is where most integrations go wrong. The acquiring company assumes their systems are better because they're the acquirer. Sometimes they're right. Sometimes the acquired company's platform is newer, better architected, or more appropriate for the combined entity's scale. Evaluate each system on its actual merits: performance, maintainability, scalability, and total cost of ownership.
Build the migration roadmap. Prioritize based on risk and business impact. High-risk, high-overlap systems go first (authentication, billing, customer data). Low-risk systems can wait (internal tools, developer workflows). Some systems don't need to be consolidated at all — if both work fine and serve different segments, leave them.
Days 60-90: Begin Integration
Start with data, not applications. The hardest part of any integration is data migration. Customer records, transaction history, user accounts — these need to be merged, deduplicated, and validated before you can consolidate the applications that use them. Budget twice as long as you think for data migration. It always takes longer.
Consolidate authentication first. Having two separate identity systems is an operational and security nightmare. Get everyone on a single SSO system as early as possible. This unlocks everything else — shared tooling, unified access control, single audit trail.
Unify the toolchain gradually. Don't mandate that the acquired team switches to your CI/CD pipeline, your IDE, your project management tool, and your communication platform all in the same week. Roll out one change at a time, with training and support. Engineers who feel like their tools were ripped away without consideration will disengage.
Retaining Engineers Through Integration
Acquisitions are terrifying for the acquired team. Their questions: Am I going to be laid off? Will I have to re-interview for my own job? Will I still work on the same things? Am I going to be treated as a second-class citizen?
Address these questions directly and early. If there are layoffs coming, be honest about the timeline. If roles are safe, say so clearly. Ambiguity causes attrition — people leave because they assume the worst, not because the worst actually happens.
Retention bonuses for key engineers (typically 6-12 months of salary, vesting over 12-24 months) are standard and worth every dollar. The cost of a retention bonus is a fraction of the cost of losing institutional knowledge mid-integration.
The Integration Anti-Patterns
"Big bang" migration. Trying to consolidate everything simultaneously. This fails because you can't debug integration issues when everything changed at once. Migrate system by system, validate each one, then move to the next.
Ignoring the acquired team's opinions. They built and operated these systems. They know where the problems are, what works well, and what shortcuts were taken. Treat them as experts, not as resources to be redeployed.
No rollback plan. Every migration step should have a documented rollback procedure. If the customer data merge corrupts records, you need to be able to revert to the pre-migration state within hours, not days.
Underestimating timeline. In my experience, post-acquisition tech integration takes 12-18 months for a full platform consolidation. Not 3 months. Not 6 months. Anyone promising faster either hasn't done it before or is planning to cut corners that will create technical debt for years.
Related: Technology Due Diligence for Acquisitions, PE Portfolio Digital Transformation, When to Replatform