1

I have to export new images and those images that have been edited from one wiki to another, the aim is that in the end the two wiki sites have the same images with the same history.

How can I do it?, I mean importing the images with the revisions and metada as for example, the user name or timestamp.

Using dumpUpload and importimages I only get the last version of the images and lost the metadata, it appears as maintenance import.

Thanks.

Suriyaa
  • 2,222
  • 2
  • 25
  • 44
  • This is a duplicate or a similar question of http://stackoverflow.com/questions/1002258/exporting-and-importing-images-in-mediawiki! – Suriyaa Jan 01 '16 at 16:20

1 Answers1

0

There is a way to export images like you export pages, you have to right click on them, and choose "Save image".

To get the history of the Image page, use the Special:Export page.


To import images use the Special:Upload page on your wiki. If you have lots of them, you can use the Import Images script.

Note: Your account generally have to be in the sysop group to upload images. You can only export & import everything manually but you can also create a MediaWiki bot!

Suriyaa
  • 2,222
  • 2
  • 25
  • 44