https://bugzilla.wikimedia.org/show_bug.cgi?id=24672
Summary: Some maintenance script invalidate and recreate l10n
cache file
Product: MediaWiki
Version: 1.16.0
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: Normal
Component: Maintenance scripts
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Though I'm not sure exactly which maintenance scripts recreate the cache,
dumpBackup.php definitely does.
Many environments run backups as a user other than the web user. When the
backups run, the cache file can be recreated with invalid ownership and
permissions.
This issue can be worked around by disabling the cache for maintenance scripts:
if ( $wgCommandLineMode ) { $wgCacheDirectory = false; }
However, it would be optimal for the maintenance scripts to not have this
behavior.
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l