-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
None
-
Affects Version/s: master
-
Component/s: 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