Skip to content

Commit

Permalink
Deprecate database.var attribute for newer services.mysql.options (#642)
Browse files Browse the repository at this point in the history
It's specific to the docker image, and is more consistent this way. The database.platform condition will be able to be removed
  • Loading branch information
andytson-inviqa authored Nov 19, 2021
1 parent 7416141 commit feb6430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_base/harness/attributes/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ attributes.default:
name: app
root_pass: DV6RdNY3QcFsBk7V
port_forward: ~
# deprecated: database.var will move to services.mysql.options in a future release
var:
default_authentication_plugin: "= (@('database.platform') == 'mysql' && @('database.platform_version') >= 8.0 && @('database.platform_version') < 10.0 ? 'mysql_native_password' : '')"
ignore-db-dir: "= (@('database.platform') == 'mysql' && @('database.platform_version') < 8.0 ? 'lost+found' : '')"
Expand Down

0 comments on commit feb6430

Please sign in to comment.