https://github.com/aboehm/nextcloud-auto-updater
Script for automatic updates for nextcloud
https://github.com/aboehm/nextcloud-auto-updater
maintenance nextcloud tool
Last synced: 9 months ago
JSON representation
Script for automatic updates for nextcloud
- Host: GitHub
- URL: https://github.com/aboehm/nextcloud-auto-updater
- Owner: aboehm
- Created: 2020-09-12T14:39:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T20:57:35.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T18:18:35.475Z (9 months ago)
- Topics: maintenance, nextcloud, tool
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
To run it peridically with *CRON*:
```
0 3 * * * www-data
```