Skip to content

Commit

Permalink
Merge pull request #7929 from owncloud/ubernauten-fixes
Browse files Browse the repository at this point in the history
[DOCS-ONLY] certificates and updates with supervisorctl
  • Loading branch information
mmattel authored Dec 11, 2023
2 parents 197f14a + fb65be8 commit 45774e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ocis/deployment/ubernauten.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ ocis RUNNING pid 9813, uptime 0:01:40
No config updates to processes
[owncloud@ocis ~]$ supervisorctl update
```
Every Uberspace comes with its own HTTPS certificate via Letsencrypt. See the [Uberspace - HTTPS](https://manual.uberspace.de/web-https/) documentation for more details.

### Updating ownCloud Infinite Scale

Expand All @@ -107,6 +108,8 @@ Make a backup of your data and make sure you have read and understood the releas

Don't worry, you can always go back to the older version you had installed, there's a long list of older versions available for download.

Mind that if you want to re-configure, re-install or start a new version of ocis, make sure you have stopped supervisorctl from restarting ocis. Enter `supervisorctl stop ocis`, followed by a `killall -9 ocis` to make sure no ocis version is still running.

### Wiping and Clean Restart from Scratch

This little script is removing your ocis installation (and **all of your data!**), replacing it with a new, clean ocis installation. Be careful and only use it for testing purposes. Specify your desired ocis version in the curl command.
Expand Down

0 comments on commit 45774e2

Please sign in to comment.