hpr3297 :: Nextcloud Application Updating
Automatically Update Nextcloud Applications via Cron
Hosted by ToeJet on Tuesday, 2021-03-23 is flagged as Clean and is released under a CC-BY-SA license.
Nextcloud, SysAdmin, Admin.
2.
The show is available on the Internet Archive at: https://archive.org/details/hpr3297
Listen in ogg,
spx,
or mp3 format. Play now:
Duration: 00:02:16
general.
Simple method to autoupdate nextcloud apps. An email is sent as summary of actions.
Scheduled for 5 AM Sunday - Cron Entry
MAILTO=MYEMAILADDRES@MYDOMAIN.com
0 5 * * 0 /usr/bin/php /var/www/nextcloud/occ app:update --all 2>&1
# * * * * * command to be executed
# - - - - -
# | | | | |
# | | | | +----- day of week (0 - 6) (Sunday=0)
# | | | +------- month (1 - 12)
# | | +--------- day of month (1 - 31)
# | +----------- hour (0 - 23)
# +------------- min (0 - 59)