Comment on Selfhosting as a Linux newbie - Ubuntu Server LTS or Debian 13?
habitualTartare@lemmy.world 5 days ago
I run proxmox bare metal (debian-based hypervisor) and virtualize debian which has all my docker containers.
with virtualization you can take a snapshot and backup everything that way. super simple to roll back if you mess something up. the added bonus is you could probably take a snapshot of your VPS and migrate it to a local vm.
Ubuntu is something I played with about a decade ago and I never felt like I was “missing” something for debian, especially on servers.
steel_for_humans@piefed.social 5 days ago
So, theoretically, I could run Proxmox on the VPS if it’s running Debian? I read that Proxmox requires a lot of RAM and VPSes are too expensive in that regard. But I might run Proxmox at home, I have a beefy PC with 64GB of RAM, except it doesn’t turn on right now (something died, either the PSU or the motherboard, I still need to have it diagnosed).
habitualTartare@lemmy.world 5 days ago
you could definitely run proxmox in a VPS but I was thinking more of debian in the cloud. Then exporting that computer from wherever you host it as a ova file then importing it into your local server: pve.proxmox.com/wiki/Migrate_to_Proxmox_VE#Automa…
and on the ram issue, I’m running on over 10 year old workstation hardware ddr3. it doesn’t take much to run.
NAS with zfs storage does typically want a lot of ram (e.g. truenas) but still for a small home environment it works fine with a lot less than 64gb.
lucullus@discuss.tchncs.de 5 days ago
For proxmox on a VPS beware: Some hosters are using a kind of virtualization, that is more like a container instead of a VM. This means, that if you need kernel access (like changing active modules) you will fail. Proxmox probably won’t run on such a VPS.
Also: A VPS is already virtualized. Running nested VMs (some VMs on your Proxmos VM/VPS) will hurt the performance. Better stick to containers on a VPS.