RHEL/CentOS

Install the YUM ProtectBase plug-in, get the initial sign key, and then the OurDelta release RPM containing YUM repo/mirror files and GPG key:

RHEL/CentOS 4: yum install yum-plugin-protectbase

RHEL/CentOS 5: yum install yum-protectbase

rpm --import http://master.ourdelta.org/deb/ourdelta.gpg

rpm -Uvh http://mirror.ourdelta.org/yum/CentOS/OurDelta-release-0.0.4-1.noarch.rpm

Note: You must add protect=0 to all other repos in all .repo files or any repos that you have in /etc/yum.conf if you want them unprotected, otherwise they belong to the protect=1 group.

MariaDB and Upgrading

MariaDB (5.1) purposely conflicts with MySQL (5.0), so you don’t magically/automatically upgrade from 5.0 to 5.1. You can force it, or (more appropriately) remove the 5.0 packages then install the 5.1 packages. Removing does not remove /var/lib/mysql (the data directory). But of course it’s always wise to make a backup of the physical, as well as doing a mysqldump.
Please note: right now we only have RHEL/CentOS 5 packages of MariaDB 5.1. If you need packages for RHEL/CentOS 4, please let us know.

Packages

  • MySQL-OurDelta-server
  • MySQL-OurDelta-shared
  • MySQL-OurDelta-client
  • MySQL-OurDelta-devel
  • MySQL-OurDelta-test
  • MySQL-OurDelta-debuginfo
  • MySQL-OurDelta-Sail-… same as above for the bleeding edge build.
  • MariaDB-OurDelta-… same as above for MariaDB 5.1
For any server installation, install -server. For client connectivity, install -shared and -client.
OS/Distro Version Architecture Download
RHEL/CentOS 4 i386 RPM SRPM
RHEL/CentOS 4 x86_64 RPM
RHEL/CentOS 5 i386 RPM SRPM
RHEL/CentOS 5 x86_64 RPM

This is work-in-progress. You may not see your OS/distro/arch here yet.

One Response to “RHEL/CentOS”

  1. Alexander Yu Says:

    Currently, we are upgrading the existing mysql-5.0.22.1 to the OurDelta Mysql build

Leave a Reply