Skip to:
The website shows downloads for the 8.0 distribution as being available for Debian 9, yet there is no such support for Percona Server for MySQL:
# Distribution => curl -s https://www.percona.com/downloads/percona-distribution-mysql-ps/LATEST/ | ag -o 'Debian [^<]+' Debian GNU/Linux 9.0 ("stretch") Debian GNU/Linux 10.0 ("buster") Debian GNU/Linux 11.0 ("bullseye") # Server => curl -s https://www.percona.com/downloads/Percona-Server-LATEST/ | ag -o 'Debian [^<]+' Debian GNU/Linux 10.0 ("buster") Debian GNU/Linux 11.0 ("bullseye")
The website shows downloads for the 8.0 distribution as being available for Debian 9, yet there is no such support for Percona Server for MySQL:
# Distribution => curl -s https://www.percona.com/downloads/percona-distribution-mysql-ps/LATEST/ | ag -o 'Debian [^<]+' Debian GNU/Linux 9.0 ("stretch") Debian GNU/Linux 10.0 ("buster") Debian GNU/Linux 11.0 ("bullseye") # Server => curl -s https://www.percona.com/downloads/Percona-Server-LATEST/ | ag -o 'Debian [^<]+' Debian GNU/Linux 10.0 ("buster") Debian GNU/Linux 11.0 ("bullseye")