MySQL Forums
Forum List  »  Replication

I need advice for my future replica and the configuration files.
Posted by: Jose Manuel Valseca
Date: June 13, 2023 01:34AM

Hello everyone. I have a mysql-commercial-server-8.0.27-1.1 database that occupies 2.30TB. It is mounted on oracle linux 8.5.
We want to mount a gtid replica on a similar machine and the proposed configuration for the master is as follows:

file my.cnf

server-id=1
gtid-mode = ON
enforce-gtid-consistency=ON
binlog-checksum=NONE
log-replica-updates=ON
log-bin=binlog
log_bin=/home/database/mysql/binlog/ON

This database receives small data continuously, what configuration do you recommend for the replication?

Thank you very much

Options: ReplyQuote


Subject
Views
Written By
Posted
I need advice for my future replica and the configuration files.
155
June 13, 2023 01:34AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.