Problem with importing dataset for perfomance testing

Alexander Gorshenev December 17, 2019

Hello all,

 

I have some problem with importing datasets to my Jira Data Center.

I use this instruction https://developer.atlassian.com/platform/marketplace/dc-apps-performance-toolkit-user-guide-jira/#preloading-your-jira-deployment-with-an-enterprise-scale-dataset

But when the script comes to download the file from aws server, I see "Access Denied" error. It looks like

 

HTTP request sent, awaiting response... 403 Forbidden2019-12-16 17:04:29 ERROR 403: Forbidden.


So my question is - maybe someone knows, what's wrong with accessing this server? Instruction does not have any credentials for it.

 

Regards

2 answers

0 votes
Julien March 29, 2021

In case people would face same issue, it's probably because you don't use an official supported version (eg: jira 8.13.4), you tried to use the populate script with --force but without specifying which version of dataset you want to use. Example for jira, you've built an instance of jira 8.13.3 and you want to populate it:

populate_db.sh --force 8.13.4

it should do the trick.

0 votes
mbaltuhin August 25, 2020

Did you fix this?

Suggest an answer

Log in or Sign up to answer