Playbook

On-Prem to Cloud, Without the Weekend Outage

Moving an Indian business off its own servers: what to move first, what never to lift-and-shift, and how to cut over on a Tuesday afternoon instead of a Sunday night.

On-Prem to Cloud, Without the Weekend Outage

Most on-prem migrations in India stall for the same reason: someone plans a single weekend cutover, the rollback plan is “put it back”, and the business cannot accept the risk. Sequenced properly, none of that is necessary.

Move in this order

What not to lift-and-shift

Copying a machine into a cloud VM gives you the same problems at higher cost. The two things worth changing during the move: file storage that assumes a local disk, and anything that depends on a fixed IP or a server's local clock.

The database cutover

StepWhat it buys
Replicate on-prem → cloud for daysReal data, real volume, no pressure
Read traffic to the replicaProves the path under load
Brief write freeze (minutes)Consistency, not an outage
Promote and repointCutover
Keep the old primary read-only for a weekA rollback that actually exists

Costs to model before you move

Related: modernising without downtime.

Questions

AWS, Azure or GCP?

Whichever your team can operate at 2am. For most Indian mid-market businesses the deciding factors are existing Microsoft licensing, local support and price — not features.

Will we need downtime?

A short write freeze during the database promotion, usually minutes. We have not needed a full outage window for a migration.

Read next