aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-08-18 15:05:55 +0200
committerVincent Petry <pvince81@owncloud.com>2014-08-18 15:05:55 +0200
commit8995e88e6f71dc2411b7d07e543a6a41a25da164 (patch)
tree09999a8640f106721264fff1e2297f4e19901727 /core/templates
parent62e06cb0ba8428835f495a72add20219ba217b87 (diff)
downloadnextcloud-server-8995e88e6f71dc2411b7d07e543a6a41a25da164.tar.gz
nextcloud-server-8995e88e6f71dc2411b7d07e543a6a41a25da164.zip
Added upgrade notice to avoid timeouts
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/update.admin.php4
1 files changed, 4 insertions, 0 deletions
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 @@
<?php p($l->t('Please make sure that the database, the config folder and the data folder have been backed up before proceeding.')) ?>
</div>
<input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>">
+ <div class="infogroup">
+ <?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?>
+ <pre>./occ upgrade</pre>
+ </div>
</div>
<div class="updateProgress hidden"></div>