From 33f1bba4fc81b473504fe9d947f45530e3bd3ab1 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 9 Jun 2009 17:08:59 +0000 Subject: [PATCH] Forward-ported r51646, AdminSettings.sample documentation note for PostgreSQL. --- AdminSettings.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AdminSettings.sample b/AdminSettings.sample index 140cb0a963..8b6fe99351 100644 --- a/AdminSettings.sample +++ b/AdminSettings.sample @@ -17,6 +17,11 @@ * * This is not to be confused with sysop accounts for the * wiki. + * + * NOTE: for PostgreSQL this should be set to the same user and + * password as the web user, that is, the same as $wgDBuser and + * $wgDBpassword in LocalSettings.php. This is necessary to + * ensure that the owner for new tables is set correctly. */ $wgDBadminuser = 'wikiadmin'; $wgDBadminpassword = 'adminpass'; -- 2.20.1