3

I have to perform backup from wikimedia database and import that data into postgresql. I was googling about it but got no solution.

I am not asking for solution here. All I want is idea that how I can copy data from wikimedia and import the same into postgresql. Of course data will be in xml format.

I know it might be wrong question but what's wrong in try.

2

1 Answer 1

2

If you're trying to import an XML data dump from Wikipedia or some other wiki running MediaWiki, just follow these instructions — most of the methods described on that page should work just as well on PostgreSQL as on MySQL.

If you're trying to import an SQL dump file for some reason, you'll need to convert it from MySQL to PostgreSQL format first. Note that, if you're simply trying to import content from Wikipedia or another Wikimedia wiki, you shouldn't need to do this — the XML dumps should contain everything you need.

Sign up to request clarification or add additional context in comments.

2 Comments

Your last link is broken.
Looks like that thread got deleted. Replaced it with a wiki link.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.