
Percona Server
Percona Server for MySQL is a fork of the MySQL relational database management system created by Percona.
Official integration
Created - Last update
Percona Server for MySQL is a fork of the MySQL relational database management system created by Percona. It aims to retain close compatibility to the official MySQL releases, while focusing on performance and increased visibility into server operations. Also included in Percona Server is XtraDB, Percona's fork of the InnoDB Storage Engine.
Deployed services
percona
percona:$$cap_percona_version
- percona-data:/var/lib/mysql
always
1Variables
Percona Version
Default: ps-8.0
$$cap_percona_versionCheck out their Docker page for the valid tags https://hub.docker.com/_/percona
Percona Root password
Default: $$cap_gen_random_hex(12)
$$cap_db_passDefault server character set
Default: utf8mb4
$$cap_charsetSee the MariaDB website for supported character sets (https://mariadb.com/kb/en/library/supported-character-sets-and-collations/#character-sets)
Default server collation
Default: utf8mb4_unicode_ci
$$cap_collationSee the MariaDB website for supported collations (https://mariadb.com/kb/en/library/supported-character-sets-and-collations/#collations)