Commit Graph

438 Commits

Author SHA1 Message Date
Docker Library Bot 6614bce4c1 Run update.sh 2023-05-12 10:08:48 -07:00
Tianon Gravi 9d4f8ce84c Fix "smart" single quotes (by swapping them with regular single quotes) 2023-05-12 09:41:38 -07:00
Docker Library Bot 7b2bc5c79c Run update.sh 2023-05-11 15:08:54 -07:00
Docker Library Bot 2a6b2fb970 Run update.sh 2023-02-28 15:38:22 -08:00
Docker Library Bot fe0002e508 Run update.sh 2023-02-24 17:14:54 -08:00
Docker Library Bot 1e7d889abc Run update.sh 2023-02-17 12:08:50 -08:00
Docker Library Bot 2e29433908 Run update.sh 2023-02-06 18:08:48 -08:00
Docker Library Bot 37401e83e5 Run update.sh 2022-11-30 14:08:49 -08:00
Docker Library Bot ec1fa1228a Run update.sh 2022-11-17 17:14:49 -08:00
Docker Library Bot f5de63ca21 Run update.sh 2022-11-10 17:14:34 -08:00
Docker Library Bot 1cdff027b0 Run update.sh 2022-10-11 10:14:39 -07:00
Alberto Roura b79c4c299e
Readme Typo when referring to pre-existing db folder (#2212) 2022-10-11 09:33:51 -07:00
Docker Library Bot 69abd2dd06 Run update.sh 2022-09-28 10:14:00 -07:00
Daniel Black 3e27decffa mariadb: use mariadb names instead of mysql ones
These have existed since 10.4. While 10.3 won't have these,
lets account for the common cases.
2022-09-28 09:42:53 +10:00
Daniel Black 2bac2c3dd9 mariadb: custom configuration file
Many people where custom mounting their configuration on
/etc/mysql/my.cnf overriding many other defaults. The docs
here simplify to the /etc/mysql/conf.d directory intended.

A few people are doing user@hostname configurations and
with the way skip-name-resolve is implemented in the server
it not obvious how to disable this. Added docs to clarify this,
and how to examine the final configuration.
2022-09-28 09:42:53 +10:00
Daniel Black 57498559bc mariadb: MARIADB_ROOT_PASSWORD_HASH to set of manditory vars
Order the manditory MARIADB_ROOT_PASSWORD* by decreasing strength.

Add ref MARIADB_PASSWORD_HASH to MARIADB_ROOT_PASSWORD_HASH for setting
password.
2022-09-28 08:57:08 +10:00
Docker Library Bot e21332f050 Run update.sh 2022-09-23 12:08:46 -07:00
Docker Library Bot 6970470f7f Run update.sh 2022-09-22 17:14:23 -07:00
zSchoen e1cfa7c5f2
added _HASH envs 2022-09-22 13:13:10 +02:00
Docker Library Bot 3a7a8f4616 Run update.sh 2022-09-20 15:08:47 -07:00
Docker Library Bot 360587f178 Run update.sh 2022-08-23 11:08:48 -07:00
Docker Library Bot e2ac90759c Run update.sh 2022-05-23 11:13:18 -07:00
Docker Library Bot 3420eb4e38 Run update.sh 2022-04-01 10:13:05 -07:00
Docker Library Bot eb9b687752 Run update.sh 2022-03-17 18:08:35 -07:00
Docker Library Bot bd7780c008 Run update.sh 2022-03-10 17:12:37 -08:00
Docker Library Bot 2bccd5129a Run update.sh 2022-03-02 10:12:24 -08:00
Docker Library Bot 69c8d2b646 Run update.sh 2022-02-25 18:12:12 -08:00
yosifkit 421ecd22c8
Merge pull request #2116 from grooverdan/feb2022
mariadb docs update for feb2022 release
2022-02-25 17:42:12 -08:00
Docker Library Bot 2c4b4c516a Run update.sh 2022-02-25 10:12:29 -08:00
Daniel Black 9ebd59b5d4 mariadb: documentation update
This includes the new features in the release
https://mariadb.com/kb/en/mariadb-10242-release-notes/#docker-library

The Mariabackup example has been modified to use a separate container
for better isolation of backup and data.

The mariadb-backup restore method includes an example using
/docker-entrypoint-initdb.d.

Edits thanks Daniel Rudolf and Ian Gilfillan.
2022-02-16 07:29:50 +11:00
Daniel Black cf3a7fba4d mariadb: stack example to use MARIADB_ROOT_PASSWORD
Trying to use MariaDB names more so to highlight distinction
from MySQL.
2022-02-14 10:40:21 +11:00
Docker Library Bot c19ee91140 Run update.sh 2021-11-24 18:11:35 -08:00
Daniel Black 37666d45c6
mariadb docs update (#2080)
* 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 https://github.com/MariaDB/mariadb-docker/pull/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>
2021-11-24 17:15:42 -08:00
Docker Library Bot 5fb6042037 Run update.sh 2021-11-09 17:11:47 -08:00
Docker Library Bot 88e95fe8d8 Run update.sh 2021-11-05 16:11:23 -07:00
Leam Hall 2b3aa2bc6a Updated mariadb/content.md to change tags and add some helper examples. 2021-11-05 15:18:42 -07:00
Docker Library Bot b6a67c9759 Run update.sh 2021-08-09 18:08:16 -07:00
Docker Library Bot 2b6f41f465 Run update.sh 2021-08-09 12:08:22 -07:00
Docker Library Bot 9c89ef26de Run update.sh 2021-07-13 11:11:57 -07:00
Docker Library Bot d81844b1e2 Run update.sh 2021-06-23 23:14:20 +00:00
Docker Library Bot 9319c9d5e3 Run update.sh 2021-06-18 20:11:28 +00:00
Docker Library Bot e31e992a76 Run update.sh 2021-05-24 18:09:58 -07:00
Docker Library Bot b8fefe6e83 Run update.sh 2021-05-13 17:11:06 +00:00
Daniel Black a422863251
Mariadb update (#1889)
* mariadb: add MARIADB_* environment variables
2021-05-13 09:54:43 -07:00
Docker Library Bot 8906ef712f Run update.sh 2021-04-29 01:11:08 +00:00
Docker Library Bot 9cd729ff58 Run update.sh 2021-03-23 16:11:02 +00:00
Chris Reynolds f3e7df0d65 Update MariaDB docs run command 2021-03-20 13:22:04 -04:00
Docker Library Bot 4fd8789f86 Run update.sh 2021-02-25 01:10:49 +00:00
Daniel Black fe985dcb24
MariaDB: docs update + repo move (#1880)
* mariadb: update "What is MariaDB?"

Update description/license plege based on https://mariadb.org/about/

Update predominate users based on more recentl wikipedia links.

Drop-in compatibility is considered by many as overstepping the mark,
despite being moderately true, so limit the statement somewhat.

* mariadb: change hosting repository

* mariadb: replace logo

From https://mariadb.org/wp-content/uploads/2019/01/mariadb_org_rgb_v.png

* mariadb: reference JIRA for issues

* mariadb: content reference mariadb command line and docs

* mariadb: reference as MariaDB logs/configuration file

* mariadb: change README-short.txt

* mariadb: update maintainer

* mariadb: add get-help.md

* mariadb: *.sql.xz files initialization allowed

* mariadb: network naming from #1860
2021-02-24 16:09:10 -08:00
Docker Library Bot a4d91198ac Run update.sh 2021-02-22 23:10:53 +00:00