Bugzilla – Bug 1191792
mariadb binlog server service file
Last modified: 2022-10-20 18:49:12 UTC
mariadb-mysqlbinlog.service mysqlbinlog --read-from-remote-server --host=host_name --raw --stop-never this would make it easy to run a binlog backup server.
That would be a good idea, maybe a mariadb-mysqlbinlog@.service, using the instance as hostname? E.g. mariadb-mysqlbinlog@example.com. However, I am not sure if it would be better to let admins create this service file when they need it or providing it to all users. Can you please open an issue upstream (jira.mariadb.com) so that we can discuss this service with MariaDB devs? Thank you!
This is something probably every admin of a bigger instance should run for point in time recovery. so yes i think we should ship it and then upstream that file.
Created upstream issue: https://jira.mariadb.org/browse/MCOL-5274