Skip to content
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

backup run fail #13

Open
zewenhs opened this issue Feb 11, 2022 · 3 comments
Open

backup run fail #13

zewenhs opened this issue Feb 11, 2022 · 3 comments

Comments

@zewenhs
Copy link

zewenhs commented Feb 11, 2022

To test the backup function , I install jira 8.11.0 on my PC(ip:192.168.3.3),
The jira can visitor nomally:
image

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:

image

Is there anything wrong?

@zewenhs zewenhs changed the title run fail backup run fail Feb 11, 2022
@eyarz
Copy link
Member

eyarz commented Feb 13, 2022

It looks like an SSL issue (not related to the backup script).
Try to configure SSL (HTTPS) and check if this is still happening.

@zewenhs
Copy link
Author

zewenhs commented Feb 23, 2022

It looks like an SSL issue (not related to the backup script). Try to configure SSL (HTTPS) and check if this is still happening.

after search arround, i can't fix this issue.
I test this on ubuntu 20.04, Under what environment did you test this project??

@eyarz
Copy link
Member

eyarz commented Feb 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants