From 8995e88e6f71dc2411b7d07e543a6a41a25da164 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 18 Aug 2014 15:05:55 +0200 Subject: [PATCH] Added upgrade notice to avoid timeouts --- core/templates/update.admin.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index a09e2d07bf4..29df0dd484a 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -21,6 +21,10 @@ t('Please make sure that the database, the config folder and the data folder have been backed up before proceeding.')) ?> +
+ t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?> +
./occ upgrade
+
-- 2.39.5