Skip to content

Commit dbf978b

Browse files
committed
Make mariadb:10.5 sticky
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.
1 parent 73b5ae1 commit dbf978b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.mariadb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
MOODLE_DOCKER_DBTYPE: mariadb
66
MOODLE_DOCKER_DBCOLLATION: utf8mb4_bin
77
db:
8-
image: mariadb:10
8+
image: mariadb:10.5
99
command: >
1010
--character-set-server=utf8mb4
1111
--collation-server=utf8mb4_bin

0 commit comments

Comments
 (0)