-
Suggestion
-
Resolution: Fixed
-
None
-
None
-
1
-
The Creating a test environment for Jira doc page should include the following to remove DVCS data from prod:
3. Remove DVCS Accounts:
By default the DVCS account info and secrets from your prod environment will be transferred over, this can cause confusion and performance issues in lower environments, to remove the data completely:
- Delete the organization mapping from "AO_E8B6CC_ORGANIZATION_MAPPING":
delete from "AO_E8B6CC_ORGANIZATION_MAPPING";
- Delete the repository mapping from "AO_E8B6CC_REPOSITORY_MAPPING":
delete from "AO_E8B6CC_REPOSITORY_MAPPING""
- is cloned from
-
JRASERVER-71017 Update page: Creating a test environment for Jira
- Closed