Closed kducharm closed 6 years ago
Docker settings do not allow for custom configuration to be applied by a client. Some parameters of my.cnf may need to be modified and are replaced when updating a client's repo. This adds a docker configuration section in config.yml
docker
ahoy site up
ahoy docker exec bash drush --root=docroot sqlq "show variables like 'innodb_file_format'" exit
should be Antelope
docker: mysql_cnf: mysqld: #[mysqld] section in my.cnf - "innodb_large_prefix=on" - "innodb_file_format=Barracuda"
ahoy docker stop
ahoy docker up
ahoy build config
should be now Barracuda
Closing; may address with DKAN Tools if need arises.
Description
Docker settings do not allow for custom configuration to be applied by a client. Some parameters of my.cnf may need to be modified and are replaced when updating a client's repo. This adds a
docker
configuration section in config.ymlQA Tests
ahoy site up
should be Antelope
ahoy docker stop
ahoy docker up
ahoy build config
should be now Barracuda