Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-71953

Anonymizer command needs to be updated

XMLWordPrintable

      Issue Summary

      Anonymizer tool had a bug which is workarounded by new parameters.
      These new parameters were added to https://confluence.atlassian.com/jira/sending-jira-data-to-support-147216.html but not to https://confluence.atlassian.com/adminjiraserver/anonymising-jira-application-data-938847706.html

      Steps to Reproduce

      1. Open https://confluence.atlassian.com/adminjiraserver/anonymising-jira-application-data-938847706.html

      Expected Results

      Command should be

      $ java -DentityExpansionLimit=2147480000 -DtotalEntitySizeLimit=2147480000 -Djdk.xml.totalEntitySizeLimit=2147480000 -Xmx2g -jar joost.jar <JIRA BACKUP>.xml anon.stx > <NAME OF ANONYMISED BACKUP>.xml
      

      Actual Results

      Command is

      $ java -Xmx512m -jar joost.jar <Jira BACKUP>.xml anon.stx > <NAME OF ANONYMISED BACKUP>.xml
      

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            2cd4b6cecf0f Jacek Krawczyk (Inactive)
            malmeida Marcus Silveira
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: