automatic-cloud-backup icon indicating copy to clipboard operation
automatic-cloud-backup copied to clipboard

Progress Endpoint Never Provides Filename

Open genio opened this issue 7 years ago • 5 comments

{
    "status": "Success",
    "progress": 100,
    "description": "Compressing data & attachments",
    "result": "{\"mediaFileId\":null}",
    "startTime": 1513004884339
}

So, the actual backup file can never be found.

genio avatar Dec 12 '17 18:12 genio

@genio i am using this script for weekly updates of Jira and Confluence, it is working fine here. Do you can share some more details? Are you using Atlassian cloud or self hosting?

dzschille avatar Dec 14 '17 12:12 dzschille

Probably Atlassian cloud. We are having the same issue.

{"status":"Success","progress":100,"description":"Compressing data & attachments","result":"{\"mediaFileId\":null}","startTime":1516647659660}

cchappel avatar Jan 23 '18 00:01 cchappel

Since mid of December my backups are also failing. But only for Jira, the Confluence backup is still working. There seems to be working scripts over here: https://jira.atlassian.com/browse/JRACLOUD-67169 We will check that and fix this script.

dzschille avatar Jan 23 '18 08:01 dzschille

@dzschille it seems I have the same symptoms. I will test your fix when it is ready.

mattock avatar Jan 23 '18 10:01 mattock

This is the reply we got from Atlassian support.

It did show that in our case, a single line in our backup script was off, but we made adjustments late last year for the runbackup URL as well, so please pay attention to the changes indicated in this ticket. No idea if we're fixed yet, (need to wait until tomorrow to try again) but this seems to be the right answer.

It seems you are affected by an existing bug which you can track here: JRACLOUD-67169: JIRA backup script returns 404 in the new infrastructure.

I've also included a link to this bug ticket so that they are aware of the support ticket. Please do find the workaround instruction in the ticket.

cchappel avatar Jan 24 '18 00:01 cchappel