Question about Updating XOA

To update XOA do I run the this entire script again ??
sudo bash -c “$(curl -s https://raw.githubusercontent.com/ronivay/XenOrchestraInstallerUpdater/master/xo-vm-import.sh)”

or just run sudo ./xo-vm-import.sh

which directory do i find the xo-vm-import.sh file ???

Check out last post Upgrade Xen Orchestra - Computer Hardware & Server Infrastructure Builds - Lawrence Systems Forums

problem is that I dont see folder /opt/XenOrchestraInstallerUpdater

Because we do the build, not VM import, I use sudo ./xo-install.sh to update the instance.

So if I have the VM import method I would just run the script again to update?

I don’t know, never used the VM import method.

You might’ve figured this out already, but you have to ssh first to the XO VM that you imported using xo-vm-import.sh (default credentials mentioned in github readme). From there you can find /opt/XenOrchestraInstallerUpdater and can run update with it (using xo-install.sh)