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-amd64
-
centos5-x86
-
centos6-amd64
-
centos6-x86
-
centos7-amd64
-
rhel5-amd64
-
rhel5-x86
-
rhel6-amd64
-
rhel6-x86
-
rhel6-ppc64
-
rhel7-amd64
-
rhel7-ppc64
-
rhel7-ppc64le
-
fedora22-amd64
-
fedora22-x86
-
fedora23-amd64
-
fedora23-x86
-
fedora24-amd64
-
fedora24-x86
-
opensuse13-amd64
-
opensuse13-x86
-
sles11-amd64
-
sles11-x86
-
sles12-amd64
-
sles12-ppc64le
# Place this code block in a file at /etc/yum.repos.d/galera.repo [galera-test] name = galera-test baseurl = http://yum.mariadb.org/galera/repo/rpm/${dist} gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1
Galera Test Repositories for APT
Replace ${dist}
in the code below for the APT-based distribution you are testing. Valid ones are:
-
wheezy
-
jessie
-
sid
-
precise
-
trusty
-
xenial
# 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} main
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.
© 2021 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/galera-test-repositories/