stable

Clone or download

Read-only

Switch to MySQL 8.0 by default on dev instances

To migrate your existing data: 1. Make sure both the MySQL 5.7 and 8.0 services are up `docker-compose up -d db57 db` 2. Run the migration script: `make switch-to-mysql80` Part of request #22660: Run Tuleap with MySQL 8.0 Change-Id: Ifae1aae9ed19b5c9ed16097f17fbfb9fded403bd

Modified Files

Name
M Makefile +8 −0 Go to diff View file
M docker-compose.yml +11 −1 Go to diff View file
A src/etc/tuleap-mysql80-dev.cnf +2 −0 Go to diff View file