Index: branches/REL1_15/phase3/AdminSettings.sample |
— | — | @@ -17,6 +17,11 @@ |
18 | 18 | * |
19 | 19 | * This is not to be confused with sysop accounts for the |
20 | 20 | * wiki. |
| 21 | + * |
| 22 | + * NOTE: for PostgreSQL this should be set to the same user and |
| 23 | + * password as the web user, that is, the same as $wgDBuser and |
| 24 | + * $wgDBpassword in LocalSettings.php. This is necessary to |
| 25 | + * ensure that the owner for new tables is set correctly. |
21 | 26 | */ |
22 | 27 | $wgDBadminuser = 'wikiadmin'; |
23 | 28 | $wgDBadminpassword = 'adminpass'; |
Index: branches/REL1_15/phase3/RELEASE-NOTES |
— | — | @@ -23,7 +23,11 @@ |
24 | 24 | === Changes since 1.15.0rc1 === |
25 | 25 | |
26 | 26 | * Removed category redirect feature, implementation was incomplete. |
27 | | -* (bug 18846) Remove update_password_format(), unnecessary, destroys all passwords if a wiki with $wgPasswordSalt=false is upgraded with the web installer. |
| 27 | +* (bug 18846) Remove update_password_format(), unnecessary, destroys all |
| 28 | + passwords if a wiki with $wgPasswordSalt=false is upgraded with the web |
| 29 | + installer. |
| 30 | +* (bug 19127) Documentation warning for PostgreSQL users who run update.php: |
| 31 | + use the same user in AdminSettings.php as in LocalSettings.php. |
28 | 32 | |
29 | 33 | === Configuration changes in 1.15 === |
30 | 34 | |