Forum Discussion
Microsoft Recommendation on Upgrade Path from 2012R2 to 2022?
- Apr 11, 2022Did a in-place upgrade from 2012 R2 to 2019 just last week for two servers, no issues.. It just depends on the installed software/drivers/anti-virus etc if it will work. But nobody thinks twice about upgrading Windows 7 tot 8 to 8.1 to 10 to 11 😉 Upgrading does work and having issues in the future because of it is something of the past in my experience. If you can migrate to a new server without a lot of work.. Please do so, but it is still an option (But keep your backup and snapshots close)
This is even more true when you try to fill a 10+ years gap.
Do yourself a favor and plan a side-by-side migration with a fresh install of Windows Server 2022.
Alban1999 I have a Server 2012 R2 Datacenter file server that I need to get to 2022. While in place upgrade may not be optimal, it would be easier in this case just because of the amount of data that is involved as well as the messy folder permissions that predate me (we have a single file server that hosts all personal drives as well as corporate shares). Is it possible to migrate this (the plan is to go to 2019 first then to 2022) going from 2012 R2 datacenter to a 2022 standard?
- Karl-WEMar 06, 2024MVP
there are different ways:
Method 1:
"as-is cutover"
install a new VM WS 2022 core edition (no gui)domain join with a new name
use Storage Migration service to migrate via WAC
Storage Migration Service uses MS native tools (robocopy)
Method 2:
"as-is" with very short downtimeinstall a new VM WS 2022 core edition (no gui)
domain join with a new name
export LANMANSERV (shares and perm. from registry) on the original server
shutdown old FS
attach VHDX to the new VM, assign same drive letter and make the drives online
import registry from lanmanserver
set AD DNS entry to short update time like 30 min
rename old FS and assign different ip
rename new FS and assign same ip (or DHCP)reboot
Method 3migrate with new paths / permissions etc or as-is
install a new VM WS 2022 core edition (no gui)domain join with a new name
DL, license and install GSCopy Enterprise on the old FS (this is way faster than robocopy / Storage migration service and has a plethora of benefits for a very small price.
- LFN support > 256 chars
- open file support through VSS
- doesn't care for permission issues as running as service
- time based and recurring jobs
- perfect logging
- massive speed
- one or more vNIC for SMB 3 multichannel, do not use LBFO nic teaming
- enable-netadapterrss for SMB 3
- vCPU and RAM recommended it is very scalable
- using core server for FS has great improvements
- fewer updates
- blasting fast reboots
- no one can ruin permissions with File Explorer via RDP "no access > take ownership" as UAC and explorer does not work by design, only via remote.
- Share and permission management either via Server Manager / WAC
- at scale via free SetACL Studio
- much faster than Explorer ACL
- can even do undo changes
- fix broken perm. easily
- can do more than one change at once like ownership and permissions