On Thu, Jul 16, 2009 at 6:25 PM, dan nessett<[email protected]> wrote:
> I tried to run parserTests on the latest version in Trunk (r53382). However, 
> I get the following error:
>
> A database error has occurred
> Query: SELECT  lc_value  FROM `mw_l10n_cache`  WHERE lc_lang = 'en' AND 
> lc_key = 'deps'  LIMIT 1
> Function: LCStore_DB::get
> Error: 1146 Table 'wikidb.mw_l10n_cache' doesn't exist (localhost)
>
> Since I can run the tests on 1.16a (r52088), this suggests there is a 
> database schema change contemplated between 1.16a and REL1_16. Is this 
> correct? If so, how do I update my database to conform to the new schema?

You need to run maintenance/update.php every time you upgrade the
software.  This will apply schema changes, mostly, as well as anything
else that happens to be necessary.  Running it when you don't need to
is harmless, so if you want to be on the safe side you could run it on
every svn up.

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to