yes, you can mix proxmox6 && proxmox7 in 1 cluster. live migration will work from 6--->7, so you can remove the proxmox6 node later.Is it possible to add a new proxmox 7 server to a proxmox 6.4 server and form a cluster with this two?
I then want to move the vm's to the new 7 server and remove the old 6.4 server from the cluster.
Or is there a better way to do that?
systemctl stop pve-cluster
systemctl stop corosync
pmxcfs -l
rm /etc/pve/corosync.conf
rm -r /etc/corosync/*
killall pmxcfs
systemctl start pve-cluster