Galera Test Repositories
To facilitate development and QA, we have created some test repositories for the Galera wsrep provider.
These are test repositories. There will be periods when they do not work at all, or work incorrectly, or possibly cause earthquakes, typhoons, and tornadoes. You have been warned.
Galera Test Repositories for YUM
Replace ${dist} in the code below for
the YUM-based distribution you are testing. Valid distributions are:
centos5-amd64centos5-x86centos6-amd64centos6-x86centos7-amd64rhel5-amd64rhel5-x86rhel6-amd64rhel6-x86rhel6-ppc64rhel7-amd64rhel7-ppc64rhel7-ppc64lefedora22-amd64fedora22-x86fedora23-amd64fedora23-x86fedora24-amd64fedora24-x86opensuse13-amd64opensuse13-x86sles11-amd64sles11-x86sles12-amd64sles12-ppc64le
[galera-test]
name = galera-test
baseurl = http://yum.mariadb.org/galera/repo/rpm/${dist}
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1Galera Test Repositories for APT
Replace ${dist} in the code below
for the APT-based distribution
you are testing. Valid ones are:
wheezyjessiesidprecisetrustyxenial
# run the following command:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db 0xF1656F24C74CD1D8
# Add the following line to your /etc/apt/sources.list file:
deb http://yum.mariadb.org/galera/repo/deb ${dist} mainThis page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

