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

Add .sql.zst support to docker-entrypoint-initdb.d #376

Merged
merged 1 commit into from
May 21, 2021
Merged

Add .sql.zst support to docker-entrypoint-initdb.d #376

merged 1 commit into from
May 21, 2021

Conversation

hectorm
Copy link
Contributor

@hectorm hectorm commented May 20, 2021

Zstandard outperforms gzip and xz in many metrics, it would be beneficial to support it.

Mirroring additions done in MySQL (docker-library/mysql#773) and PostgreSQL (docker-library/postgres#846).

@grooverdan
Copy link
Member

Thanks for contribution @hectorm

grooverdan added a commit to grooverdan/docs that referenced this pull request Nov 16, 2021
grooverdan added a commit to grooverdan/docs that referenced this pull request Nov 16, 2021
grooverdan added a commit to grooverdan/docs that referenced this pull request Nov 19, 2021
tianon added a commit to docker-library/docs that referenced this pull request Nov 25, 2021
* mariadb: using --port

As mentioned in #2708 docs documenting how to change the port,
particular for host networking was requested.

The example in "configuration without a cnf file section" was
already the default anyway (utf8), so this was just replaced.

Using MARIADB_ROOT_PASSWORD in the example to move away from
MySQL naming (still supported however).

Closes: #2078

* mariadb: added support for .sql.zst in /docker-entrypoint-initdb.d

This was added a while ago in MariaDB/mariadb-docker#376

* mariadb: add Mariabackup (and restore) mechanism

gosu mysql -> --user mysql suggestion thanks @yosifkit

Closes: #MariaDB/mariadb-docker/issues/390

* mariadb: add password reset documentation

Closes: #MariaDB/mariadb-docker/issues/365

* mariadb: installing plugins

* Update mariadb/content.md

Co-authored-by: yosifkit <yosifkit@gmail.com>

* Update mariadb/content.md

Formatting on INSTALL SONAME

Co-authored-by: Tianon Gravi <admwiggin@gmail.com>

* Update mariadb/content.md

Compressed backup simplier

Co-authored-by: Tianon Gravi <admwiggin@gmail.com>

* Update mariadb/content.md

better use of apt-get arguments

Co-authored-by: Tianon Gravi <admwiggin@gmail.com>

Co-authored-by: yosifkit <yosifkit@gmail.com>
Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants