-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
backup.sh fails to generate any backup and I receive no error messages. I drilled it down to this line:
BKPMSG=$(curl -s --cookie $COOKIE_FILE_LOCATION --header "X-Atlassian-Token: no-check" -H "X-Requested-With: XMLHttpRequest" -H "Content-Type: application/json" -X POST $RUNBACKUP_URL -d "{\"cbAttachments\":\"${ATTACHMENTS}\" }" )
The curl command seems to fail due to the fact that RUNBACKUP_URL points to a nonexistent URL. I get a "Oops, you've found a dead link" response from the server. Has the format of the URL changed recently? The script was working before, several months ago.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels