You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, JIRA is coming up and complaining this: "The connection URL in your dbconfig.xml file contains the storage_engine parameter, which has been deprecated. This needs to be replaced with the default_storage_engine parameter."
What behaviour did you expect instead
How do I change the sessionVariable to match what JIRA 7.8.1 is expecting?
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
The file dbconfig.xml is being modified by Puppet to have this JDBC URL:
jdbc:mysql://localhost:5432/jiradb?useUnicode=true&characterEncoding=UTF8&sessionVariables=storage_engine=InnoDB
However, JIRA is coming up and complaining this: "The connection URL in your dbconfig.xml file contains the storage_engine parameter, which has been deprecated. This needs to be replaced with the default_storage_engine parameter."
What behaviour did you expect instead
How do I change the sessionVariable to match what JIRA 7.8.1 is expecting?
The text was updated successfully, but these errors were encountered: