Closed yunex-ts closed 1 month ago
Do you mean the opsi package repositories or the server packages?
The opsi packages can be kept up-to-date with the opsi-package-updater
The containers can be updated with opsi-server.sh upgrade.
Hey fkalweit, I mean the automatic run of the package updater.
In that kind of environments it is not usual to setup cron jobs in container. So they have to be run manually or via some scheduled task on external systems that start package update within container.
You can execute the command docker compose exec opsi-server opsi-package-updater -vv update
on the Docker host.
A cron job could then also be set up for this command.
Maybe we would add the exec command to the opsi-server.sh script. We are also working on other methods to update the packages on the opsi-server .
I hope this helps.
Please use our forum at https://forum.opsi.org for support questions or conclude a support contract with uib at https://www.uib.de/en/support.
There is no possibilty to automate the repo update, right? Or is it possible via rpc?