[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.8debian-1.6-62-g4b27f03
David Prévot
taffit at debian.org
Sun Mar 31 23:27:26 UTC 2013
The following commit has been merged in the master branch:
commit 4b27f030862b580c55fe73ae60622466917b731b
Author: David Prévot <taffit at debian.org>
Date: Sun Mar 31 15:59:36 2013 -0400
Provide upgrade advices
diff --git a/debian/NEWS b/debian/NEWS
new file mode 100644
index 0000000..4b6170e
--- /dev/null
+++ b/debian/NEWS
@@ -0,0 +1,20 @@
+owncloud (5.0.0+dfsg-1) UNRELEASED; urgency=low
+
+ The database upgrade must be made via the web interface. Make sure the PHP
+ scripts (max execution time), and the SQL requests, can complete: this can
+ take several minutes, depending on the database size.
+ Depending on your configuration, you can, e.g. if you are using PHP via
+ fcgi, add something like the following to your Apache VirtualHost
+ configuration:
+
+ <IfModule mod_fcgid.c>
+ IPCCommTimeout 7200
+ </IfModule>
+
+
+ You should also empty your browser cache, or deactivate it, to perform the
+ upgrade. In case ownCloud get stuck in maintenance mode, you could remove
+ the “'maintenance' => true,” line from /etc/owncloud/config.php, and
+ reconnect to the web interface.
+
+ -- David Prévot <taffit at debian.org> Sun, 31 Mar 2013 15:46:59 -0400
diff --git a/debian/changelog b/debian/changelog
index 93703ac..21ad22c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ owncloud (5.0.0+dfsg-1) UNRELEASED; urgency=low
- Adapt to libjs-underscore
* debian/owncloud.install: Update 3dparty list
* Add back experimental feature files_external
+ * debian/NEWS: Provide upgrade advices
-- Paul van Tilburg <paulvt at debian.org> Fri, 02 Nov 2012 22:20:35 +0100
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list