-
Notifications
You must be signed in to change notification settings - Fork 444
Switch 10.2 and 10.3 to stretch #111
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
Conversation
Two problems, one easy to solve, one not so easy:
|
Kind of thinking that maybe now's the time to get rid of |
It is still recommended as the "only non-locking method" for SST on https://mariadb.com/kb/en/mariadb/getting-started-with-mariadb-galera-cluster/ however: 😞
|
@tanji would you mind lending us your opinion WRT The rationale is that Does it make sense for the default install to include Any thoughts/opinions you're willing to share would be ❤️ ❤️ ❤️ |
Hey @tianon, for some reason I thought that Docker official images were defaulting to Ubuntu. I might have been wrong :) I see some value in having To be honest, you might have not heard of it yet but it might be worth looking at MariaDB Backup, which is MariaDB's fork of Xtrabackup that supports all the MariaDB features such as compression and encryption. Whether they have a package for |
Ooh, officially supported fork by MariaDB is ++++++ even better IMO -- that doc only mentions 10.1.23, but I'm guessing this is probably even more mature for 10.2/10.3? 😇 |
Ah, looks like packages for it don't even exist in 10.2 yet -- would we just use the 10.1 version ( http://ftp.osuosl.org/pub/mariadb/repo/10.1/debian/pool/main/m/mariadb-10.1/ |
Well, for some reason (even if 10.2 is GA today) it seems that |
I have no idea if the 10.1 version works with 10.2 (it theoretically should. The xtrabackup version we've all used was historically built against MySQL 5.6). But I intend to find out! |
Any news on this front, @tanji? 🙏 😇 ❤️ |
I see no mariabackup for 10.2 in the repos yet, I'll ask directly! |
Answer: |
Still no news of |
@tianon, Finally ! |
This will break any Galera cluster which use |
So whats happening here? mariabackup is not available in the 10.2.11 image. I thought it comes by default since 10.2.10. |
Note that https://mariadb.com/kb/en/library/getting-started-with-mariadb-galera-cluster/ which is referenced above has been updated and now refers to mariabackup |
after reading the this PR, I still don't understand why mariabackup is not included in the container instead of xtrabackup. I still don't see it in 10.3 images |
It would break existing Galera setup which use xtrabackup for SST. |
Thanks. But can we include both? Are they conflict with each other? |
I just tested it, installing |
So I just spent some time trying to replace xtrabackup with mariabackup without breaking existing setup and fixing everything else mentioned in the PR. Feel free to check it out: #158 |
docker-library/official-images#2976 (comment)