I'm also wondering if this implementation might work for automating Jira Cloud backups for Server?, I mean, to get a backup that I can restore in a Server instance.
Finally, since this backup doesn't include information in Jira Assets, is there any way we can generate one by Automations?
I don't believe a backup taken from the cloud can be restored back into a server instance.
Unfortunately I don't believe there is a solution for Automations backup at this point.
BTW - We are building support for Jira Assets both backup & granular restore in our Revyz backup as a service app. Happy to share more details if interested.
Hi, I will run the powershell script https://bitbucket.org/atlassianlabs/automatic-cloud-backup/src/master/backup-jira-api-token.ps1 When I want to automate the download process through the task scheduler, the download hangs :/ The problem does not occur when the script is run manually. With the task scheduler it always hangs from when the copy exceeded 10gb, sometimes 500mb will be downloaded, sometimes 6gb and the file is corrupted. Anyone had this problem and know a solution?
Hi everyone I'm trying to use the Backup script for Jira Cloud. I always get the error "{"message":"Client must be authenticated to access this resource.","status-code":401}" Does anyone know how to solve this? I also tried to modify the curl to use the API Token but still the same.
Has anyone worked out a method to automate the exports of backups? I've managed to automate the creation of backups with this method but unsure and unable to find anything about actually exporting the backups automatically?
You have to download and configure the script on your machine, and then schedule it, for instance with Windows task scheduler. Of course, you can't power off your machine when the backup is scheduled because it wouldn't be performed.
For any administrator who needs an easy solution that integrates well into your Jira site to perform Jira Cloud backups and project exports of any size for all fields conveniently with all data residing within your Jira site. Please see these discussions
The solution is a nice alternative to having to do the manual backup and get a regular automated backup done, wondering if there is a way to exclude -uncheck the box- for the attachments not to be included in the backup.
I've tried removing the cbAttachmentsor even setting it to "false" still, the backup runs with the attachments box checked.
If anyone has ran into this and has the solution, would be much appreciated sharing it with the community.
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
I am trying to write a script for triggering the Jira Backup Manager. I keep running into response 412 - no matter how long I wait for the next run of the script.
As Jira gives time limitations on how often you can run the web request, it is very difficult do develop a script.
Could you introduce a test-flag for the web request? -> While developing, I need the usual responses of the Rest-API without the need to create a real backup.
i've gotten the automations to do *something* for both jira and wiki. I've noticed the format of the wiki backup is different with the cloud automation vs. the manual verison
manual: confluence_backup_csv_<date>.zip
attachments
files whos names resemble registry entries
data
<something>.csv.gz
whiteboards
data
whiteboard_export.csv
metadata.json
automated:
Confluence_export.zip
attachment
numbered folders
files (no extension)
entities.xml
exportDescriptor.properties
why are these different? are they both useable for cloud as backups? can confluence be restored from both types?
71 comments