Confluence is configured to back up its data. A System Administrator can also manually perform this back up from the Administration Console.
|
|
Creating the Site Backup
To manually back up your site,
-
Go to the Confluence 'Administration Console':
- Choose Browse > Confluence Admin. The 'Administrator Access' login screen will be displayed.
- Enter your password and click Confirm. You will be temporarily logged into a secure session to access the 'Administration Console'.
- Click 'Backup & Restore' in the 'Administration' section of the left-hand panel.
- Select 'Archive to backups folder' to store a copy of the backup in the same folder as Confluence's backups. (If you do not archive the backup it will be made available for you to download, and then deleted from the server after 24 hours).
- Select 'Backup attachments' to include attachments in your backup.
- Click 'Backup'.
Please note that this process will take a few minutes.
If you are running Confluence behind Apache and are facing timeout errors, please consider creating the export directly from Tomcat, instead of going through Apache. This will speed up the process and prevent timeouts. |
Retrieving the Backup File
Confluence stores the backup as a zipped XML file in the 'backups' directory under the Confluence Home directory on your Confluence server. To find your Confluence Home directory, see the documentation. You will need access to the Confluence server in order to retrieve this file.
Enabling the Download of the Backup File via the Administration Console
By default, it is not possible to retrieve the backup file via the Confluence Administration Console. This feature is disabled for security reasons.
Administrators can enable this functionality by updating the relevant configuration property as described below. When enabled, you will be prompted to download the backup file when the backup process finished. However, we recommend that you turn the feature off in production environments.
To enable download of the backup file from the Administration Console,
- Edit the
confluence.cfg.xmlfile found in the Confluence Home Directory. - Set the value of property
admin.ui.allow.manual.backup.downloadto 'true' (without the quotation marks). - Restart Confluence.
If the value of the above configuration property is 'true', it will be possible to download the backup file after manually backing up the site via the Confluence Administration Console. If the value of this property is 'false' or the property is not present in the configuration file, you will need to retrieve the backup file from the file system on the Confluence server. By default, the value is 'false'.
RELATED TOPICS
|
Page:
Manually Backing Up The Site
|
|
Page:
Backup FAQ
|
|
Page:
Production Backup Strategy
|
|
Page:
Configuring Backups
|
|
Page:
User Submitted Backup & Restore Scripts
|
|
Page:
Site Backup and Restore
|










2 Comments
Hide/Show CommentsJun 28, 2010
Anonymous
what does this mean? If going through the admin console, how do you specify if the backup/export is done through Apache or Tomcat? Do you perform the manual backup via command line somewhere?
Sep 03, 2010
Sashidaran Jayaraman [Atlassian]
Hi,
I believe what it means is to bypass Apache and use Tomcat directly for the backup. For example, if you are using Apache, your URL might be something like http://<domain>.com. Try to bypass this and access Tomcat directly. For example, access http://localhost:8080/confluence/admin/backup.action.
Hope this helps.
Cheers
JSashi
Add Comment