Skip to content
Snippets Groups Projects
Commit c6feeaf3 authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[pica-etherpad-db] Init

parent 8f9f1d8e
No related branches found
No related tags found
No related merge requests found
Pipeline #59266 waiting for manual action
FROM mysql:8
COPY config/limit_binary_log.cnf /etc/mysql/conf.d/limit_binary_log.cnf
This image limits the [mysql binary log](https://dev.mysql.com/doc/refman/8.0/en/binary-log.html) to 30 hours (=108000 seconds) via the [binlog_expire_logs_seconds](https://dev.mysql.com/doc/refman/8.0/en/replication-options-binary-log.html#sysvar_binlog_expire_logs_seconds) variable.
generalwhitelist:
[mysqld]
binlog_expire_logs_seconds = 108000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment