moodlehq / moodle-docker

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

Ensure that we don't use bin logs by default #246

Closed stronk7 closed 1 year ago

stronk7 commented 1 year ago

MySQL 8 comes with bin logs enabled, and that can end using big space on volumes for near nothing. So ensure that both MySQL and MariaDB, by default, disable them.

Note this can be changed whenever/if we want to test primary + replica configurations, but that's another story. For standalone runs better have bin logs disabled.

scara commented 1 year ago

Cross-ref: MDL-74905 (comment).

HTH, Matteo