GithubHelp home page GithubHelp logo

Comments (5)

shlomi-noach avatar shlomi-noach commented on August 17, 2024

Thank you @GenLN. More context:

This is a followup to #14765. For the purpose of point in time recoveries, the mysqlbinlog binary is required.

I believe this is a documentation change. Modify the changelog to explicitly call out mysqlbinlog.

from vitess.

mattlord avatar mattlord commented on August 17, 2024

Confirmed:

❯ docker run --entrypoint /bin/bash -it mysql:8.0.36 -- command -v mysql
/usr/bin/mysql
❯ docker run --entrypoint /bin/bash -it mysql:8.0.36 -- command -v mysqlbinlog
❯ docker run --entrypoint /bin/bash -it mysql:8.0.36 -- command -v mysqld
/usr/sbin/mysqld

/cc @frouioui as this may complicate our plans to remove MySQL from the vitess/lite images.

from vitess.

shlomi-noach avatar shlomi-noach commented on August 17, 2024

Yeah, the binaries in that image are:

mysql
mysql-secret-store-login-path
mysql_config
mysql_migrate_keyring
mysql_ssl_rsa_setup
mysql_tzinfo_to_sql
mysql_upgrade
mysqladmin
mysqldump
mysqlpump
mysqlsh

from vitess.

deepthi avatar deepthi commented on August 17, 2024

Thank you @GenLN. More context:

This is a followup to #14765. For the purpose of point in time recoveries, the mysqlbinlog binary is required.

I believe this is a documentation change. Modify the changelog to explicitly call out mysqlbinlog.

Beyond that we will need to package mysqlbinlog in our published docker images for k8s users. But as @mattlord pointed out, this complicates things. Which version of mysqlbinlog do we bundle into the docker image?

from vitess.

frouioui avatar frouioui commented on August 17, 2024

I have proposed a fix in #15775 which adds mysqlbinlog back to the lite image while avoiding to re-install all of mysql in the final image.

from vitess.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.