git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-03-08 16:00:15 +0100
committermail_redacted_for_web 2026-03-08 16:00:15 +0100
commit6bda904e94f6f8bb5dfa6290d2f2470ff261ae1f (patch)
treee1633bfcc381eb4c0d8d856a3196886f75847a6e
parent5b4ce599b291cd446dae4a2940f3cf1f7b7d6483 (diff)
downloadnextcloud-update-6bda904e94f6f8bb5dfa6290d2f2470ff261ae1f.tar.bz2
doc: + remark about rollbacks
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37fd4cf..a844798 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ updater.phar is useless.
by the web server user (utterly insane!), we don't want to rely on such a construct too much.
(Nextcloud don't give a fuck about security principles that are aaaaages old? Fuck your meta
layers, then, we don't trust you anymore. Security fucked once, security fucked always.)
-4. Solution? Create own scripts which take over downloads, download verification, and then
+4. Also, it rolls back everything on any failure - including downloads which will be fully
+ re-executed, every. single. time.
+5. Solution? Create own scripts which take over downloads, download verification, and then
execute occ commands (well, they're still occ commands, but more granular and potentially
less fucked by imbecile decisions).