https://bugzilla.wikimedia.org/show_bug.cgi?id=32947
--- Comment #1 from Robert Stojnic <[email protected]> 2011-12-10 12:32:43 UTC --- Indexing of private wikis relies on the following script (on searchidx2): /home/rainman/scripts/search-import-db Which uses dumpBackup.php to dump wikis: mwdir=/home/wikipedia/common/php/ cd $mwdir && php maintenance/dumpBackup.php \ $dbname \ --current --quiet \ --server=$slave > $dumpfile However, currently this produces an error: No MWMultiVersion instance initialized! MWScript.php wrapper not used? Can someone please fix this, so that dumpBackup.php works on searchidx2? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
