Xen Orchestra working on File Level Restore capabilities
- 
Actually... one second....
just thinking this through.....
 - 
Yeah the install script installs the required components, and the updater does some other fun stuff.
Build a new XO with the newest installation script.
 - 
@DustinB3403 said in Xen Orchestra working on File Level Restore capabilities:
Actually... one second....
just thinking this through.....
I basically just keep running the updater. This is what I run:
cd /opt/xo-server sudo git pull --ff-only sudo npm install sudo npm run build cd /opt/xo-web sudo git pull --ff-only sudo npm install sudo npm run build sudo systemctl restart xo-server.service - 
@BRRABill Kind of like beating a dead horse though . . .
 - 
All I have to run is
./xo-update.sh