You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test the backup function , I install jira 8.11.0 on my PC(ip:192.168.3.3),
The jira can visitor nomally:
and I follow the Instructions in README, the details in the config.yaml file as follows:
---
HOST_URL: "192.168.3.3:8080"
USER_EMAIL: "[email protected]"
API_TOKEN: "****"
INCLUDE_ATTACHMENTS: "true"
DOWNLOAD_LOCALLY: "true"
UPLOAD_TO_S3:
S3_BUCKET: ""
AWS_ACCESS_KEY: "not mandatory if already set on the machine with AWS CLI"
AWS_SECRET_KEY: "not mandatory if already set on the machine with AWS CLI"
But python backup.py will throw an error:
Is there anything wrong?
The text was updated successfully, but these errors were encountered:
Yes, this project is running and working for me and other users.
It was never tested on a local server (like you are trying) only on the hosted version.
To test the backup function , I install jira 8.11.0 on my PC(
ip:192.168.3.3
),The jira can visitor nomally:
and I follow the Instructions in README, the details in the config.yaml file as follows:
But
python backup.py
will throw an error:Is there anything wrong?
The text was updated successfully, but these errors were encountered: