[evolvis-commits] r18285: Prepared 1:1.12.0-2

mirabilos at evolvis.org mirabilos at evolvis.org
Wed Apr 11 11:16:05 CEST 2012


Author: mirabilos
Date: 2012-04-11 11:16:05 +0200 (Wed, 11 Apr 2012)
New Revision: 18285

Modified:
   trunk/mediawiki/debian/README.Debian
   trunk/mediawiki/debian/changelog
   trunk/mediawiki/debian/control.in
Log:
Prepared 1:1.12.0-2

Modified: trunk/mediawiki/debian/README.Debian
===================================================================
--- trunk/mediawiki/debian/README.Debian	2012-04-11 09:16:03 UTC (rev 18284)
+++ trunk/mediawiki/debian/README.Debian	2012-04-11 09:16:05 UTC (rev 18285)
@@ -48,6 +48,20 @@
 	following in LocalSettings.php:
 		$wgAntivirus = 'clamav';
 
+Upgrading the database:
+	When upgrading to new releases, the database may need an upgrade before your wiki is able to 
+	work. Here is a rapid sketch:
+	1) Dump your database to a text file.
+	   mysqldump --add-drop-table -u <user> -p <my-database> > /path/to/file.sql
+	2)   You will need an AdminSettings.php file.
+ 	If you don't have any, a sample is available at:
+	   /usr/share/doc/mediawiki/examples/AdminSettings.sample
+	You may fill in this file and copy it in /etc/mediawiki.
+	If you use the mysql root account, you may delete it afterward.
+	3)  Then run this command:
+          php /var/lib/mediawiki/maintenance/update.php
+	This shall need a proper php5 binary, as provided in php5-cli
+
 Upgrading from mediawiki1.x packages:
 	A rapid sketch of what you need to do is as follow:
 	1) Dump your database to a text file.
@@ -75,7 +89,7 @@
 
 Configuring apache and MySQL:
 	A good how-to to correctly setup the application used by mediawiki can be found there:
-	http://meta.wikimedia.org/wiki/Running_MediaWiki_on_Debian_GNU/Linux
+	http://www.mediawiki.org/wiki/Manual:Running_MediaWiki_on_Debian_GNU/Linux
 	But, of course, you should NOT do the part that talks about mediawiki installation itself :)
 
 Editing and Syntax:

Modified: trunk/mediawiki/debian/changelog
===================================================================
--- trunk/mediawiki/debian/changelog	2012-04-11 09:16:03 UTC (rev 18284)
+++ trunk/mediawiki/debian/changelog	2012-04-11 09:16:05 UTC (rev 18285)
@@ -1,3 +1,12 @@
+mediawiki (1:1.12.0-2) unstable; urgency=low
+
+  * Fixed postgresql dependency
+  Closes: #472987
+  * Added instructions to install and upgrade
+  Closes: #472990, #472831
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 24 Mar 2008 02:49:15 +0100
+
 mediawiki (1:1.12.0-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/mediawiki/debian/control.in
===================================================================
--- trunk/mediawiki/debian/control.in	2012-04-11 09:16:03 UTC (rev 18284)
+++ trunk/mediawiki/debian/control.in	2012-04-11 09:16:05 UTC (rev 18285)
@@ -10,7 +10,7 @@
 Package: mediawiki
 Architecture: all
 Depends: apache2 | httpd, php5, php5-mysql | php5-pgsql, mime-support, ${misc:Depends} 
-Recommends: mysql-server | postgresql, php5-cli
+Recommends: mysql-server | postgresql-contrib, php5-cli
 Suggests: php5-gd | imagemagick, mediawiki-math, memcached, clamav
 Description: website engine for collaborative work
  MediaWiki is a wiki engine (a program for creating a collaboratively



More information about the evolvis-commits mailing list