Skip to content
Snippets Groups Projects
Commit ce64d07e authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #10488 from owncloud/upgrade-clinotice

Added upgrade notice to avoid timeouts
parents 62e06cb0 8995e88e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment