[Pkg-owncloud-commits] [owncloud] 85/121: Added upgrade notice to avoid timeouts
David Prévot
taffit at moszumanska.debian.org
Thu Aug 21 16:44:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 9d5d0cca7a2a1b9aa49058b195ee24f49b1173c8
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Mon Aug 18 15:05:55 2014 +0200
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 a09e2d0..29df0dd 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list