https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35687 --- Comment #20 from David Nind <david@davidnind.com> --- (In reply to Victor Grousset/tuxayo from comment #19)
- Start KTD using MySQL 8
How does one do that? Just changing the DB image leads to failure due to default MySQL having changed and adding docker-compose.mysql8.0.yml causes a conflict with the default mariadb stuff already present the default compose file. More details: https://gitlab.com/koha-community/koha-testing-docker/-/issues/411
This how I start KTD with MySQL instead of the default MariaDB: 1. Edit your .env file and change DB_IMAGE=mysql:8.0 2. Run: ktd pull Result: koha-mysql kohadev will show the database server running as Server version: 8.0.36 MySQL Community Server - GPL -- You are receiving this mail because: You are watching all bug changes.