From b2d7f462b5ea13c90aec24f56396303c60d9a764 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Tue, 14 May 2024 01:45:04 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f520b2..8dfb174 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,8 @@ docker exec -u 33 -ti rdrive ./occ [args...] upgrade path: [Last minor-release in every BIG-version is a checkpoint.](https://docs.nextcloud.com/server/latest/admin_manual/maintenance/upgrade.html) just stop and run with new image version. +> if occ upgrade says "General error: 5 database is locked", maybe occ upgrade is already started by docker. You dont need to run it manually, just check and wait. + - customize (new deployment) I strongly recommend you to disable the "Text" app, and enable "Plain Text Editor" and "Markdown Editor". The builtin Text app doesn't support table in markdown... -- GitLab