Apply an update non-interactively
With this update method, updates can be applied straight forward using the non-interactive airlock-update
command.
- Upload the update file to the Gateway
- Use the Upload button in Section – Updates
OR
- Use
scp
to upload the file as root user into the/var/tmp/update_in/
folder:
- Terminal box
scp airlock_update_x.y.zip root@airlock.my.dom:/var/tmp/update_in/
- Log in via ssh as root and
/opt/airlock/base/bin/airlock-update --install
to start the update process. - Terminal box
ssh root@airlock.my.dom /opt/airlock/base/bin/airlock-update --install airlock_update_x.y.zip
- The Gateway will verify the signature and apply the update if it is a valid update file.