Skip to content

Commit

Permalink
Merge pull request #246 from stronk7/ensure_no_binlogs
Browse files Browse the repository at this point in the history
Ensure that we don't use bin logs by default
  • Loading branch information
junpataleta authored Jan 4, 2023
2 parents 0c28e95 + 34e4760 commit ba170d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions db.mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
--collation-server=utf8mb4_bin
--innodb_file_per_table=On
--wait-timeout=28800
--skip-log-bin
environment:
MYSQL_ROOT_PASSWORD: "m@0dl3ing"
MYSQL_USER: moodle
Expand Down
1 change: 1 addition & 0 deletions db.mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
command: >
--character-set-server=utf8mb4
--collation-server=utf8mb4_bin
--skip-log-bin
environment:
MYSQL_ROOT_PASSWORD: "m@0dl3ing"
MYSQL_USER: moodle
Expand Down

0 comments on commit ba170d9

Please sign in to comment.