> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/galera-cluster/galera-management/installation-and-deployment/galera-test-repositories.md).

# Galera Test Repositories

Pre-release test repositories for the Galera wsrep provider on supported YUM, APT, and Zypper distributions, intended only for QA and not recommended for production environments.

To facilitate development and QA, we have created some test repositories for the Galera wsrep provider.

{% hint style="warning" %}
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.
{% endhint %}

## 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`

{% code title="Place this code block in a file at /etc/yum.repos.d/galera.repo" %}

```markup
[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
```

{% endcode %}

## 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`

```bash
# 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
```

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}
