Uploaded image for project: 'Server Deployments and Scale'
  1. Server Deployments and Scale
  2. SCALE-6

Running Jira on Docker sets schema-name=public for all DB types

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • None
    • master
    • Environment - Docker
    • None
    • Severity 2 - Major

      Issue Summary

      In our Jira Docker images, the dbconfig.xml.j2 template contains a hard-coded schema name:

      <schema-name>public</schema-name>
      

      This breaks other DB's, notably MSSQL.

      Steps to Reproduce

      Start Docker image with ATL_DB/JDBC_* values specified for MSSQL

      Expected Results

      A valid dbconfig.xml should be generated for MSSQL

      Actual Results

      schema-name is set to "public", which isn't necessarily valid.

      Workaround

      N/A

              dchevell Dave Chevell
              dchevell Dave Chevell
              Affected customers:
              1 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: