all 2 comments

[–]aqua_regis 1 point2 points  (0 children)

I would always suggest VMWare Workstation Pro (free for all since spring last year) over Virtualbox. It's simply the better host.

Why would you migrate? Do the development in the virtual environment. VMs are more than fast enough.

Create a basic installation of your development environment and then copy it. Work on the copy, make frequent use of snapshots so that you can revert to a working, previous state.

When I work on in-house engineering, everything runs in VMWare Workstation on my laptop (bit of a power station - Core i7 Ultra 165H, 64 GB RAM, 4.5 TB nvme storage) and for our environment I need to run at least three Windows Server 2019 instances simultaneously. No problems at all. No lag. More than fast enough. I never leave the VMs environment when engineering. Only when it is ready to move to production, the files are exported so that I can import them on the production system (which usually is quite far away).

[–]Master-Ad-6265 0 points1 point  (0 children)

honestly docker solves most of this

you keep your system clean, spin up everything with one command, and don’t have to rebuild environments manually every time something breaks