Hello.
I have a question about repos for installing mysql 8.0 on Ubuntu.
Due to this article [URL=“Installing Percona Server for MySQL on Debian and Ubuntu — Percona Server 8.0 Documentation”]https://www.percona.com/doc/percona-.../apt_repo.html[/URL] I need to use
wget [URL]https://repo.percona.com/apt/percona-release_latest[/URL].$(lsb_release -sc)_all.deb
But for using pmm2 ([url]https://www.percona.com/doc/percona-monitoring-and-management/2.x/install/client-install-apt.html#install-client-apt[/url]) we need to use:
wget https://repo.percona.com/apt/percona-release_latest.generic_all.deb
So my first question is what repo I should use in case if I am using ubuntu bionic, mysql 8.0, pt-tool, Xtrabackup, pmm1 and pmm2.
Is there any difference between percona-release_latest.bionic_all.deb and percona-release_latest.generic_all.deb in [URL]https://repo.percona.com/apt/[/URL] ? Those debs have the same size and the same date creation.