Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×So, after you've exported a space from Cloud with exportSpace, how is that then re-imported to Cloud? (besides through the UI)
The action restoreExport appears to only be viable with Server/DC.
Hi, is seems that the issue SUPPORT-2906 is not public, so is it resolved ?
Is there a way to automate export and restore actions for Confluence cloud?
The purpose is to migrate a bunch of spaces between two cloud instances.
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Tihomir Nikolov _Nemetschek Bulgaria_
We are from the Appfire support team.
We have opened a Support Request
https://appfire.atlassian.net/servicedesk/customer/portal/11/SUPPORT-90137
for this issue. Could you please try to access the above ticket and signup to our portal for further discussion on this ticket.
Regards,
Dileep
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are from BobSwift support team.
We have opened a Support Request SUPPORT-2906 for this issue. Could you please try to access the ticket SUPPORT-2906 and signup to our portal for further discussion on this ticket.
You can export a space using CLI by following below steps:
./confluence.sh --server <confluence url> --user <username> --password <password> --action exportSpace --space "<space key>" --file "<path where to export the file>/exportSpaceHtml.zip" --exportType "HTML"
Please let us know if you have any questions and we are happy to assist you.
Regards,
Sudhir
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sudhir_Appfire_ Thanks for the details about export.. I see there is an action restoreExport but it seems like we have to get into target server and run it, is there any possibility to provide target instance url and run it from source instance itself.
Also I tried copyspace action where we can provide target url but I can see only spaces are copied there not pages and other details of it..
Could you help me on this.
Thanks
Mohamed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need CLI tools for confluence (https://marketplace.atlassian.com/apps/284/confluence-command-line-interface-cli?hosting=cloud&tab=overview)
Once you get this you can follow examples listed on this page - https://bobswift.atlassian.net/wiki/spaces/CSOAP/pages/10584066/Examples
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.