https://pve.proxmox.com/wiki/Xenmigratexen to Proxmox migrationI am trying to flush out the process from Xen server to Proxmox. I started following the listed here but when I run the xen server I get
Code:
python3.11 xenmigrate.py -convert=Ref:15 ./{image}.img
File "/mnt/pve/vm_data/tmp/xenmigrate.py", line 26
print 'running cmd :',cmd
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?