Anel Husakovic
965f16bb53
Remove stopper service from automation script
2024-02-14 12:06:00 +01:00
Anel Husakovic
2fa43371cd
Automation script for MySQL 8.0 data migration
2024-02-12 15:03:56 +01:00
Anel Husakovic
7cf67e48d6
Structure examples for async and semisync replication
2024-02-08 11:51:24 +01:00
Anel Husakovic
db83067672
MDBF-633: Docker compose file example for MySQL 5.7 migration
2024-01-30 22:23:57 +11:00
Kevin Köllmann
869b513d72
Improve code formatting
2023-11-30 08:14:54 +11:00
Anel Husakovic
28edc90f6d
Add semi-sync replication example
2023-11-30 08:13:21 +11:00
Anel Husakovic
0186989bcc
Update async replication example
2023-11-30 08:13:21 +11:00
Daniel Black
54a8a7fb16
2023 Q4 part 2 release
2023-11-22 07:35:25 +11:00
Daniel Black
4834a866d8
Add 11.4
2023-11-15 10:33:34 +11:00
Daniel Black
b1fff513e7
Bump gosu to 1.17
...
Closes #546 .
2023-11-15 10:22:11 +11:00
Daniel Black
38b234791e
2023 Q4 part 1 release
2023-11-15 07:43:57 +11:00
Daniel Black
6852b71f22
MDEV-32361 iblogfile restore now built into mariadb-backup
2023-10-30 16:37:31 +11:00
Daniel Black
ed99cf3f3c
Merge branch 'master' into next
2023-10-30 10:22:55 +11:00
Daniel Black
ccd84b444a
test: restore of .my-healthcheck.cnf
2023-10-25 11:51:17 +11:00
Daniel Black
a96a1ce6ca
entrypoint: my_print_defaults --mysqld in 10.6, 10.10
2023-10-21 10:10:37 +11:00
Daniel Black
99fc98c748
test: add title for backup test
2023-10-21 09:27:51 +11:00
Dominik Häckel
7022e642a5
Invert single and double quotes for sql command definitions in healtcheck.sh
...
This way the sql commands are compatible with all sql_modes
When using sql_mode ANSI_QUOTES the healtcheck failed with a query error because in this mode double qutes are interpreted as identifier quote
Resolves #538
2023-10-21 08:45:49 +11:00
Dominik Häckel
ea1b85bd2f
Invert single and double quotes for sql command definitions in healtcheck.sh
...
This way the sql commands are compatible with all sql_modes
When using sql_mode ANSI_QUOTES the healtcheck failed with a query error because in this mode double qutes are interpreted as identifier quote
Resolves #538
2023-10-21 08:45:49 +11:00
Daniel Black
4317156600
healthcheck.sh - correct --no-defaults
...
Thanks @dhaeckel for the bug report and looking
over the solution.
Closes : #539
2023-10-20 23:29:03 +11:00
Daniel Black
207bc40ef0
test: shellcheck fixes
2023-10-19 10:46:51 +11:00
Daniel Black
9614190c05
review fixes for init from backup
...
As the backup may be from a different configuration requiring
specific parameters, we make the mysql user have a homedir of
/var/lib/mysql and place the backup my.cnf there.
Thanks Faustin for review and Martin for testing.
2023-10-19 10:46:51 +11:00
Daniel Black
7a5cf956fa
/docker-entrypoint-initdb.d for mariadb-backup
...
Closes #522
2023-10-19 10:46:51 +11:00
Daniel Black
948c16a90e
Factor initialzation of empty datadir to docker_mariadb_init
2023-10-19 10:46:51 +11:00
Daniel Black
5e35bb0005
Ignore examples
2023-10-18 14:49:59 +11:00
Daniel Black
524f0b9fa8
Add docker compose examples
2023-10-18 14:36:19 +11:00
Daniel Black
7427ee571b
CIS failure due to world-writable directory /var/run/mysqld
...
While 777 is needed to be writable by multiple users, a sticky
bit will prevent manipulation by other users. Add this to the
permissions of the /run/mysqld directory.
Also correct, in config and filesystem /run/mysqld is used
in every case above 10.4. /var/run is a symlink to /run in the base
OS.
Thanks @ollie1
Closes : #532
2023-10-01 09:27:37 +03:00
Daniel Black
1909d48b36
10.9 EOL
2023-09-27 17:35:50 +10:00
Daniel Black
05a08752af
tests; improved cleanup, IP for galera sst + titles
2023-09-21 11:55:31 +10:00
Daniel Black
1f165423dd
Add PROXY priv for root@MARIADB_ROOT_HOST
...
Thanks Matthieu Gusmini for testing with mariadb-dump --system=users
and helping me find this bug.
2023-09-20 14:26:35 +10:00
Daniel Black
1792faf931
healthcheck.sh add --galera_online
...
For the MariaDB operator that uses this expression.
https://github.com/mariadb-operator/mariadb-operator/blob/v0.0.20/pkg/builder/statefulset_container_builder.go#L357C1-L357C17
2023-09-15 18:31:36 +10:00
Daniel Black
2e2a692808
Revert "disable-ssl-verify-server-cert for 11.3+"
...
This reverts commit dd35aac1600bdcd09889d6e1cf2c17ac557d8c4a.
2023-09-15 09:54:27 +10:00
Daniel Black
10010b3fff
tests back to using unix socket by default
...
tcp socket used when needed.
Always have a password set for TCP as without it on 11.3
there is self signed certificate errors.
2023-09-15 09:53:35 +10:00
Daniel Black
9704b7e2b7
test: fail on MYSQL_ALLOW_EMPTY_PASSWORD empty if started successfully
2023-09-15 07:50:19 +10:00
Daniel Black
dd35aac160
disable-ssl-verify-server-cert for 11.3+
2023-09-14 19:17:54 +10:00
Daniel Black
f27308cc14
11.2.1 update
2023-09-14 19:17:16 +10:00
Daniel Black
7e499a97c0
tests: die does logs, do master_host logs as well
2023-09-14 17:38:25 +10:00
Daniel Black
03b06b8455
test: galera_sst native execution only
2023-09-01 13:49:37 +10:00
Daniel Black
0238d9d251
fix test
2023-09-01 09:09:00 +10:00
Daniel Black
3fb9801bbf
tests: galera SST
2023-08-31 18:08:47 +10:00
Daniel Black
c697a87d88
11.3 version add
2023-08-30 06:58:01 +10:00
Daniel Black
70d8c97f48
11.1 now stable
2023-08-29 16:19:20 +10:00
Daniel Black
5169d8f196
11.3 now in development
2023-08-29 16:17:46 +10:00
faust
1b4ec9411a
Merge pull request #526 from fauust/2023-q3-release
...
Second Q3 2023 release
2023-08-22 12:57:42 +02:00
Faustin Lammler
71a2ef521e
Second Q3 2023 release
2023-08-22 12:39:56 +02:00
Daniel Black
73a6fc045e
2023 August release
2023-08-15 07:53:46 +10:00
Daniel Black
28adeb9071
REPOSITORY to include debug section by default
...
This is so someone that wants debug info packages just
needs to apt-get install mariadb-server-core{-10.X}-dbgsym to
get the right packages after and apt-get update.
2023-07-18 09:43:03 +10:00
Daniel Black
0999b7e4d6
MDEV-31714: remove mysqld/mariadb_safe.cnf file
...
The 50-mariadb_safe.cnf file exposed a syslog configuration
that got picked up by Galera SST scripts. These would push
output to /dev/log which doesn't exist in containers.
2023-07-18 09:42:48 +10:00
Daniel Black
edb71b0a87
test: remove 10.3 compat, fix binlog replication tests to use healthcheck
...
Use built-in replica initialization
2023-07-05 08:48:04 +10:00
Daniel Black
fbb2d9a742
test: ipv4 or v6 is ok
2023-06-23 11:47:07 +10:00
Daniel Black
4277fc20d6
fix tests
2023-06-23 11:47:07 +10:00