Skip to content

Commit

Permalink
Make mariadb:10.5 sticky
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stronk7 committed Jul 14, 2021
1 parent 73b5ae1 commit dbf978b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
MOODLE_DOCKER_DBTYPE: mariadb
MOODLE_DOCKER_DBCOLLATION: utf8mb4_bin
db:
image: mariadb:10
image: mariadb:10.5
command: >
--character-set-server=utf8mb4
--collation-server=utf8mb4_bin
Expand Down

0 comments on commit dbf978b

Please sign in to comment.