Update the interwiki cache
From Wikitech
(Difference between revisions)
m |
|||
| Line 5: | Line 5: | ||
cd /home/wikipedia/common/php-1.5/maintenance | cd /home/wikipedia/common/php-1.5/maintenance | ||
php dumpInterwiki.php -o /home/wikipedia/common/php-1.5/cache/interwiki.cdb | php dumpInterwiki.php -o /home/wikipedia/common/php-1.5/cache/interwiki.cdb | ||
| − | sync-file cache/interwiki.cdb Updating interwiki cache | + | sync-file cache/interwiki.cdb Updating interwiki cache |
</pre> | </pre> | ||
Revision as of 21:39, 25 January 2011
The interwiki cache is a cache of meta:Interwiki map, which maps interwiki prefixes to URLs
This is how it appears to be updated:
cd /home/wikipedia/common/php-1.5/maintenance php dumpInterwiki.php -o /home/wikipedia/common/php-1.5/cache/interwiki.cdb sync-file cache/interwiki.cdb Updating interwiki cache