-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RUNBACKUP_URL not found #12
Comments
It seems the URLs do have changed. I have created a separate fork that has the changes necessary to support the new URLs for Jira. I have not tested this for confluence. See: bwegman@6dec239 |
Thanks for the prompt reply @bwegman. However, I have a new problem with the following line
I double checked my credentials and they look fine. Could it be because I already initiated a backup within the last day? |
Oops. That's my mistake. I used a hardcoded URL (to I've updated my fork to use the $RUNBACKUP_URL. If you update to the latest version on my fork it should work. |
Ah, thanks! I didn't catch that :) |
@bwegman : care to issue a PR for the URL changes? |
Ofcourse: #13 |
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!
The text was updated successfully, but these errors were encountered: