Skip to main content

Excellentable Export

This process is only for migrating from Confluence Server/Data Center to Confluence Cloud.

Prerequisites

  • User has Confluence Administrator access
  • Instance has Spaces
  • Excellentable UUID Migration has been completed. Click here to learn more.
  • Confluence Migration has been completed. Click here to learn more. 
  • Excellentable Version: 4.6.0+
  • Confluence Version: 6.13.15+

Steps

  1. Log into your Confluence Account
  2. Select the Gear in the top right of the screen
  3. Select "General Configuration" from the menu items
  4. Enter your password again
  5. Select "Configuration" from the Excellentable subsection on the left
  6. Select "Export" from the menu items
  7. Click on "Export"
  8. Wait for the Export to finish. (Note: Due to this process Exporting every single Excellentable in your Instance, this may take a long time depending on how many Excellentables your instance has.).   
  9. When the Export is finished you'll be able to Download your .Zip file
  10. Click "Download Export"

Exporting Again

  1. If you'd like to Export your file again you have that ability to.
  2. Follow Steps 1 - 6 as laid out above.
  3. Click "Export Again" to start the Export process again

Known Problems and Solutions

Cloud/ServerProblemSolution
Server/Data Center

Unable to download more .zip file, if file size is more than ~1 GB

CODE
File Error: ERR_CONTENT_LENGTH_MISMATCH 200

Following values were added to nginx and it was restarted to solve the issue:

CODE
Timeout changes for download issue:
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 300;
proxy_max_temp_file_size 5120m;
Server/Data CenterExport | 'Exporting...' Stuck In The Same State And Logs Showing Low Disk SpaceThe plugin cannot reliably detect "Low disk space" in the directory beforehand. We need to make sure there is sufficient space in the confluence home.

The export operation is a "fire and forget" operation. Once fired, it there is no way to stop it.

The export operation involves a lot of intermediate steps - first the directory is created, then the files are dumped, and then the zip file is created out of the directory and the original directory is deleted. All these happen in sequence.
Server/Data CenterIf the migration happened with one user (i.e. ghost1) and on cloud if user is logged in with different user(i.e. ghost2) then he may face permission issues to check the contents.
1. Page level edit icons will not be displayed.
2. EXCs won't have edit icon.
Would be to go to space settings > permission and edit individual permission to see the edit icons at page, EXC level.
CloudPost server to Cloud migration, Excellentables are not rendering and showing "504 Gateway Time-out On Page Load"

Post server to Cloud migration, Excellentables are rendering by performing hard refresh (CTRL+SHIFT+R) twice on the page.

Server/Data Center

Unable to download the zip greater than ~2GB. If this issue occurs while downloading the generated zip of Excellentable.

To manually download the zip we will have to run the standard SCP commands from the server.

Copy a Remote File to a Local System using the scp Command:

To copy a file from a remote to a local system, use the remote location as a source and local location as the destination.

For example to copy a file named file.txt from a remote server with IP 10.10.0.2 run the following command:

scp remote_username@10.10.0.2:/remote/file.txt /local/directory

If you haven’t set a passwordless SSH login to the remote machine, you will be asked to enter the user password.




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.