[nextcloud-web] Make sure apps are upgraded as part of startup as well



commit 3c9f849af0e4af1c12d2ae07362316304990be49
Author: Andrea Veri <averi redhat com>
Date:   Tue Feb 1 18:44:03 2022 +0100

    Make sure apps are upgraded as part of startup as well

 nextcloud/entrypoint.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/nextcloud/entrypoint.sh b/nextcloud/entrypoint.sh
index 4ffb313..5518ffd 100755
--- a/nextcloud/entrypoint.sh
+++ b/nextcloud/entrypoint.sh
@@ -4,5 +4,6 @@ NEXTCLOUD_UPDATE=1 /entrypoint.sh true
 php occ upgrade
 php occ db:add-missing-indices
 php occ db:add-missing-primary-keys
+php occ app:update --all
 
 exec php-fpm


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]