26
Suggestions for migrating from Windows Server to Proxmox
(startrek.website)
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
Be civil.
No spam.
Posts are to be related to self-hosting.
Don't duplicate the full text of your blog or readme if you're providing a link.
Submission headline should match the article title.
No trolling.
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Can't you somehow convert the virtual harddisks of your VMs from vhd or whatever it is to qcow2 and start them on the new hypervisor? I mean that's pretty much the abstraction, virtualization is made for. I've never done it for Windows, though. I believe the "qemu-img" package has tools to convert disk images. It'll obviously need quite some temporary storage. And the VM configs / networking to be recreated on Proxmox.
Yes, you can. https://pve.proxmox.com/wiki/Advanced_Migration_Techniques_to_Proxmox_VE#HyperV
This is great and exactly what I was looking for. Thank you.