Open menu

How to update Proxmox in So you start


Do you have a Proxmox server with So You Start? This could be for you

I hvae found a process to update proxmox without getting in a mess and asking for support, its a bit long winded but does work. I have used it to update from 6 to 7 and from 7 to 8.

The process:

The below script will make sure all the boot drvives have grub in sync, you will need to change for your drive list.

#!/bin/sh

grub-install /dev/sda1
grub-install /dev/sdb1
grub-install /dev/sdc1
grub-install /dev/sdd1