bitnami-containers/bitnami/percona-mysql
Bitnami Bot 7d02abe1a6
[bitnami/percona-mysql] Release 8.0.35-27-debian-11-r21 (#61954)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
2024-02-16 19:46:15 +01:00
..
8.0/debian-11 [bitnami/percona-mysql] Release 8.0.35-27-debian-11-r21 (#61954) 2024-02-16 19:46:15 +01:00
8.1/debian-11 [bitnami/percona-mysql] Release 8.1.0-1-debian-11-r22 (#61729) 2024-02-16 13:09:20 +01:00
README.md [bitnami/percona-mysql] Release 8.1.0-1-debian-11-r20 (#61307) 2024-02-15 21:21:09 +01:00
docker-compose-replication.yml
docker-compose.yml

README.md

Bitnami package for Percona Server for MySQL

What is Percona Server for MySQL?

Percona Server for MySQL is an open-source replacement for MySQL. Its features include additional storage engines; scalability, encryption and compression options; and granular performance metrics.

Overview of Percona Server for MySQL Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.

TL;DR

docker run --name percona-mysql bitnami/percona-mysql:latest

Why use Bitnami Images?

  • Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
  • With Bitnami images the latest bug fixes and features are available as soon as possible.
  • Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs.
  • All our images are based on minideb -a minimalist Debian based container image that gives you a small base container image and the familiarity of a leading Linux distribution- or scratch -an explicitly empty image-.
  • All Bitnami images available in Docker Hub are signed with Docker Content Trust (DCT). You can use DOCKER_CONTENT_TRUST=1 to verify the integrity of the images.
  • Bitnami container images are released on a regular basis with the latest distribution packages available.

Looking to use Percona Server for MySQL in production? Try VMware Tanzu Application Catalog, the enterprise edition of Bitnami Application Catalog.

Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags in our documentation page.

You can see the equivalence between the different tags by taking a look at the tags-info.yaml file present in the branch folder, i.e bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml.

Subscribe to project updates by watching the bitnami/containers GitHub repo.

Get this image

The recommended way to get the Bitnami percona-mysql Docker Image is to pull the prebuilt image from the Docker Hub Registry.

docker pull bitnami/percona-mysql:latest

To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.

docker pull bitnami/percona-mysql:[TAG]

If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the docker build command. Remember to replace the APP, VERSION and OPERATING-SYSTEM path placeholders in the example command below with the correct values.

git clone https://github.com/bitnami/containers.git
cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP:latest .

Environment variables

Customizable environment variables

Name Description Default Value
ALLOW_EMPTY_PASSWORD Allow Percona Server for MySQL access without any password. no
MYSQL_ROOT_USER Percona Server for MySQL database root user. root
MYSQL_MASTER_PORT_NUMBER Port number for the Percona Server for MySQL master node. 3306
MYSQL_MASTER_ROOT_USER Percona Server for MySQL database root user of the master host. root
MYSQL_MASTER_DELAY Percona Server for MySQL database replication delay. 0
MYSQL_REPLICATION_SLAVE_DUMP Make a dump on master and update slave Percona Server for MySQL database false
MYSQL_CLIENT_ENABLE_SSL Whether to force SSL for connections to the Percona Server for MySQL database. no
MYSQL_CLIENT_EXTRA_FLAGS Whether to force SSL connections with the "mysql" CLI tool. Useful for applications that rely on the CLI instead of APIs. no
MYSQL_STARTUP_WAIT_RETRIES Number of retries waiting for the database to be running. 300
MYSQL_STARTUP_WAIT_SLEEP_TIME Sleep time between retries waiting for the database to be running. 2
MYSQL_ENABLE_SLOW_QUERY Whether to enable slow query logs. 0
MYSQL_LONG_QUERY_TIME How much time, in seconds, defines a slow query. 10.0

Read-only environment variables

Name Description Value
DB_FLAVOR SQL database flavor. Valid values: mariadb or mysql. mysql
DB_BASE_DIR Base path for Percona Server for MySQL files. ${BITNAMI_ROOT_DIR}/mysql
DB_VOLUME_DIR Percona Server for MySQL directory for persisted files. ${BITNAMI_VOLUME_DIR}/mysql
DB_DATA_DIR Percona Server for MySQL directory for data files. ${DB_VOLUME_DIR}/data
DB_BIN_DIR Percona Server for MySQL directory where executable binary files are located. ${DB_BASE_DIR}/bin
DB_SBIN_DIR Percona Server for MySQL directory where service binary files are located. ${DB_BASE_DIR}/bin
DB_CONF_DIR Percona Server for MySQL configuration directory. ${DB_BASE_DIR}/conf
DB_DEFAULT_CONF_DIR Percona Server for MySQL default configuration directory. ${DB_BASE_DIR}/conf.default
DB_LOGS_DIR Percona Server for MySQL logs directory. ${DB_BASE_DIR}/logs
DB_TMP_DIR Percona Server for MySQL directory for temporary files. ${DB_BASE_DIR}/tmp
DB_CONF_FILE Main Percona Server for MySQL configuration file. ${DB_CONF_DIR}/my.cnf
DB_PID_FILE Percona Server for MySQL PID file. ${DB_TMP_DIR}/mysqld.pid
DB_SOCKET_FILE Percona Server for MySQL Server socket file. ${DB_TMP_DIR}/mysql.sock
DB_DAEMON_USER Users that will execute the Percona Server for MySQL Server process. mysql
DB_DAEMON_GROUP Group that will execute the Percona Server for MySQL Server process. mysql
MYSQL_DEFAULT_PORT_NUMBER Default port number to use for the Percona Server for MySQL Server service. 3306
MYSQL_DEFAULT_CHARACTER_SET Default Percona Server for MySQL character set. utf8mb4
MYSQL_DEFAULT_BIND_ADDRESS Default Percona Server for MySQL bind address. 0.0.0.0
MYSQL_DISABLE_SERVICE Whether to disable the Percona Server for MySQL service by default. no
MYSQL_HOME Path to the MYSQL home $DB_CONF_DIR

Using docker-compose.yaml

Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes..

If you detect any issue in the docker-compose.yaml file, feel free to report it or contribute with a fix by following our Contributing Guidelines.

Contributing

We'd love for you to contribute to this container. You can request new features by creating an issue or submitting a pull request with your contribution.

Issues

If you encountered a problem running this container, you can file an issue. For us to provide better support, be sure to fill the issue template.

License

Copyright © 2024 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.