If I want to load both the meta-current-pages and the article-pages, do I have to create two separate databases? From the MWDumper, I understand that text, revision and page tables must be empty. "Hint: The tables 'page', 'revision' and 'text' must be empty for a successful import." Aren't they supposed to complete each other?
P Please consider the environment before printing this e-mail
Osnat Etgar wrote:
If I want to load both the meta-current-pages and the article-pages, do I have to create two separate databases? From the MWDumper, I understand that text, revision and page tables must be empty. "Hint: The tables 'page', 'revision' and 'text' must be empty for a successful import." Aren't they supposed to complete each other?
You should really only be importing Wiki(w|p)edia database dumps into a freshly installed wiki -- in which case the only thing in the text, revision, and page tables will be the default main page. To eliminate this I suggest you type the query:
truncate table 'text'; truncate table 'revision'; truncate table 'page';
into the MySOL client or PHPMyAdmin.
MinuteElectron. http://my.brlcad.org/~MinuteElectron/
Osnat Etgar wrote:
If I want to load both the meta-current-pages and the article-pages, do I have to create two separate databases? From the MWDumper, I understand that text, revision and page tables must be empty. "Hint: The tables 'page', 'revision' and 'text' must be empty for a successful import." Aren't they supposed to complete each other?
P Please consider the environment before printing this e-mail
Everything on article-current-pages is included on meta-current-pages, so you only need the latest.
wikitech-l@lists.wikimedia.org