Skip to content
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

Enable setting innodb_compression_algorithm to lzma #46798

Open
jerrac opened this issue Aug 31, 2023 · 4 comments
Open

Enable setting innodb_compression_algorithm to lzma #46798

jerrac opened this issue Aug 31, 2023 · 4 comments
Assignees
Labels
feature-request mariadb-galera on-hold Issues or Pull Requests with this label will never be considered stale

Comments

@jerrac
Copy link

jerrac commented Aug 31, 2023

Name and Version

bitnami/mariadb-galera:10

What is the problem this feature will solve?

It will allow those who wish to save on disk space via the lzma compression option to do so.

What is the feature you are proposing to solve the problem?

Add the lzma plugin to the Docker image. I'm not sure how, though. I think you compile mariadb elsewhere and the add it to the image from there.

What alternatives have you considered?

I tried to install the plugin via apt in a wrapper image, but there is no package for it, and I'm pretty sure it would have been for the 10.5 version of mariadb. Not the 10.9 version you put in the image.

@corico44
Copy link
Contributor

corico44 commented Sep 4, 2023

Hello @jerrac,

We agree that this would be a good addition to the asset, would you be open to contributing this change via a PR? We'd be glad to review and help with the release.

@jerrac
Copy link
Author

jerrac commented Sep 4, 2023

I wouldn't mind trying to do so. But I'm not sure where to begin.

From

RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
I think you have a separate process somewhere that either compiles MariaDB, or downloads it to make it available on downloads.bitnami.com.

Is there a way to hook into that process to add the lzma stuff? I didn't find any signs that you have that code up on github.

@github-actions
Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Sep 20, 2023
@corico44 corico44 removed the stale 15 days without activity label Sep 22, 2023
@corico44
Copy link
Contributor

Hi @jerrac,
I have opened a task internally to investigate further how to apply this change. Any progress will be notified in this issue. Thank you very much for the contribution!

@corico44 corico44 added the on-hold Issues or Pull Requests with this label will never be considered stale label Sep 22, 2023
@corico44 corico44 assigned carrodher and unassigned corico44 Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request mariadb-galera on-hold Issues or Pull Requests with this label will never be considered stale
Projects
None yet
Development

No branches or pull requests

4 participants