I have two Confluence servers. I would like to copy a page and all of its attachments from one site to another. What is the best way to go about doing this? (I'm not adverse to using the command line on each site if necessary)
Confluence Command Line Interface use something like confluence --action copyPage --targetServer ...
Thanks Bob! This worked great! I just add to add the --copyAttachments directive and I was in business.
One more thing to note while I was testing this...my targetServer had HTTP Basic Auth built into Tomcat. I was able to use Confluence CLI by adding the username and password to the address. See https://studio.plugins.atlassian.com/browse/CSOAP-30 for more info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you could do it through the front end if you don't want to do anything too complex. Assuming that both Confluences are the same version.
1. Create a dummy export space, keep it empty
2. Move your page across to the dummy export space.
3. Export the space
4. Re-import to the other confluence
5. Move the page to it's final space
6. Delete the dummy export space in both the new & old confuences.
It's not ideal if you are going to be doing a lot of this as it's creating & destroying spaces but you could always omit the last step & have just the one space used to ferry content between servers.
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.