> 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

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" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/galera-cluster/galera-management/installation-and-deployment/galera-test-repositories.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
