[Mediawiki-l] Moving from one server to another

Brion Vibber brion at pobox.com
Thu Jul 21 15:19:24 UTC 2005


Jamie Bliss wrote:
> cache. Run rebuildall.php.

rebuildall.php would not help in this situation.

Old URLs still in the parser cache can be cleared by:

   DELETE * FROM objectcache;

to clear the objectcache table in MySQL.

Note that the browser cache may still contain bogus data. You can use
?action=purge on indidivual pages to update their cache dates. Also
there is a global $wgCacheEpoch variable which can be set in
LocalSettings.php to invalidate all prior cache entries (see
DefaultSettings.php).

-- brion vibber (brion @ pobox.com)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.wikimedia.org/pipermail/mediawiki-l/attachments/20050721/6e923fb2/attachment.pgp 


More information about the MediaWiki-l mailing list