Skip to content

Jobs Pull vs Push options #1109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
svaroqui opened this issue Apr 15, 2025 · 0 comments
Open

Jobs Pull vs Push options #1109

svaroqui opened this issue Apr 15, 2025 · 0 comments

Comments

@svaroqui
Copy link
Collaborator

svaroqui commented Apr 15, 2025

Some jobs done via pull

  • replication-manager collocated with binaries tools
  • information expose via sql interface

This is the case with:

  • binlog
  • backup mysqldump mariadump
  • mydumper
  • slow query logs when log output table
  • Analyze tables
  • Optimize tables

Some jobs can only be done via push

  • Mariabackup
  • Xtrabackup
  • Error logs
  • Sql error logs
  • Audit plugins logs

Push is preferred over pull for security reason

  • Encryption can take place before leaving the db server
  • Mismatch version with client tools and mixing different flavor inside a single repman

This task would enable push option for all tasks done today with pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants