moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
406 stars 252 forks source link

Make mariadb:10.5 sticky #173

Closed stronk7 closed 3 years ago

stronk7 commented 3 years ago

New mariadb:10.6 makes the COMPRESSED row format read-only by default because it's deprecated now and will be removed in mariadb:10.7

This is being tracked @ https://tracker.moodle.org/browse/MDL-72131

Once that issue is fixed and we switch to DYNAMIC or whichever the final solution is, we'll unpin this.