All pages
Powered by GitBook
1 of 1

Loading...

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.

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

Replace ${dist} in the code below for the APT-based distribution you are testing. Valid ones are:

  • wheezy

  • jessie

  • sid

This page is licensed: CC BY-SA / Gnu FDL

precise

  • trusty

  • xenial

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

    Galera Test Repositories for APT

    spinner