aboehm / 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 peridically with CRON:

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

About

Script for automatic updates for nextcloud


Languages

Language:Shell 100.0%