Hi All
I am in the process of migrating from Wikimedia to Confluence. I have survived the UWC minefield and managed to export from wikimedia and import into Confluence - but given that the two applications make use of complex attachment algorithms to determine where the attachments are stored is it possible to mass mport images given that the links are removed from the database and is there a tool similar to UWC (or indeed can UWC perform this function) that I can make use of?
Confluence Command Line Interface has the addAttachment action. If the information for the attachment is in a database, then you can front end that with runFromSql
Using reference from https://bobswift.atlassian.net/browse/CSOAP-55, I was able to command running with http://server:8080/confluence/rpc/soap-axis/confluenceservice-v1
and http://server/confluence/rpc/soap-axis/confluenceservice-v1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when using the confluence.sh (cli version 3.6.0) against Confluence 5.1 with --action getAttachmentList getting http://server/rpc/soap-axis/confluenceservice-v1 or http://server:8080/rpc/<a< a=""> href="http://server/rpc/soap-axis/conflenceservice-v1">soap-axis/confluenceservice-v1 (404)Not Found
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
where to include the addAttachment in the command "./run_cmdline.sh -e conf/exporter.mediawiki.properties " The images folder in mediawiki is in $mediawikihome/wiki/images and they are organized the subfolders/subfolders, etc.
Please advise.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.