TheRojam / nextcloud-auto-updater

Script for automatic updates for nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextcloud auto updater

This script run an unattended update for installed nextcloud apps, the nextcloud installation itself and runs database fixes.

Usage

nextcloud-auto-update <NEXTCLOUD_DIRECTORY>

To run it periodically with CRON:

0 3 * * *	www-data    <PATH_TO_NEXTCLOUD_AUTO_UPDATE> <NEXTCLOUD_DIRECTORY>

You could also use the crontab of the user www-data by using the '-u www-data'

$ crontab -u www-data -e

Then use this line

0 3 * * *	<PATH_TO_NEXTCLOUD_AUTO_UPDATE> <NEXTCLOUD_DIRECTORY>

About

Script for automatic updates for nextcloud


Languages

Language:Shell 100.0%