Skip to content

Commit

Permalink
Allow importing very large prod dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Jan 12, 2024
1 parent 7fe664e commit 622c62f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ services:
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
- --innodb-lock-wait-timeout=2
- --max_allowed_packet=3250585600
env_file: ./docker/mysql.env
ports:
- "33066:3306"
Expand Down

0 comments on commit 622c62f

Please sign in to comment.