Commit 0e31818
committed
PS-10321 postfix: binlog-server fails to read the new events after upgrading server from 8.0 to 8.4
https://perconadev.atlassian.net/browse/PS-10321
Fixed 'binlog_streaming.data_directory_8_0_to_8_4_upgrade' MTR test case that
started to fail after 30 days since it was created. The problem turned out to be
connected with enabled automatic purging of binary log files (set to 30 days) that
started to happen upon MySQL Server restart during 8.0 -> 8.4 data directory
upgrade. Fixed by adding the
"--log-error=$MYSQLD_LOG --binlog_expire_logs_auto_purge=OFF" command
line option to the restart command.1 parent 4b930ad commit 0e31818
File tree
1 file changed
+1
-1
lines changed- mtr/binlog_streaming/t
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments