Tuesday, November 28, 2017

[CentOS-announce] Announcing release of MariaDB 10.2 on CentOS Linux 7 x86_64 SCL

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEv3+eBw6UjQfDlYrQyG1xLVpfc0wFAloddGgACgkQyG1xLVpf
c0wt3g/9FHqpNJZosGXjhMLfHtK4HHb/y2gh3rUmuZy5bzjwU/Pu0elawBwGeu3i
fpoAUywhTx8P1wdumriUAEl5phxP86zAYN9m5E9BZXPFHXZ66eKwsomp1Rrsx+cA
kmyUse4DzuT6g7Konaab0lsS2XL9ArHEn8dal2QeksK6g0zac4kv6HHGMOm7EOKm
xtt0PuxjOCH033uzqQ07HrY6RyKv/Pqdq1Qyp4DSK5/l8UocbRvGCF/g/VRTyC+o
vEOHHr/7EjCIVprokjs0kY0+bmu6AqDIaheuVMvS3zMnr6Shpi2Kqm98dzpUYTtW
z5qUBX+MM4Y+hiLkhwJPuejQd01IXEtBuZnOUiaZMv8z29KtNSMXXpzP5BRB2Fpk
FRIYvtztLppj5bbmR7qEtYRi7A0p7aXBHSh8/ZjcEXMvIoHvpquC/06D70RY2yIa
j2epgPc3uMJ+u3/djn3wi9EKGTcVNE1qW8zfvUQMo3EEZpG/SzL8W1fMleYXOJNs
7r7mlqPuSe+ATZFAFNfI/2va/kb98/x9UnSKMUJBIuIjeadbr3UqE0yT8z0em49d
8Ejhe0gfTSxeDJNQ8B1oUcwI8UGOfHkS5fw23bAfp2Nx3JdposC0D8tpg0LsAJ7J
R+KUNOwAQfLPaGpgNWeizD+uvOdSwfXrrKeH17tmH+raH01PB3k=
=negN
-----END PGP SIGNATURE-----
I am pleased to announce the immediate availability of MariaDB
in version 10.2 on CentOS Linux 7 x86_64, delivered via a Software
Collection (SCL) built by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).


QuickStart
----------
You can get started in three easy steps:

$ sudo yum install centos-release-scl
$ sudo yum install rh-mariadb102
$ scl enable rh-mariadb102 bash

At this point you should be able to use MariaDB just as a normal
application. Here are some examples of commands you can run:

$ service rh-mariadb102-mariadb start
$ mysql
$ mysqld

(There is no mistake, to preserve compatibility the binary is named
according to its MySQL sibling.)

In order to view the individual components included in this collection,
including additional subpackages plugins, just run:

$ sudo yum list rh-mariadb102\*

Last but not least you can try this Software Collection in Docker. You
can pull the image with the following command:

$ docker pull centos/mariadb-102-centos7

For more on the docker image follow the link to public source
repository: https://github.com/sclorg/mariadb-container

This collections is CentOS-based rebuild built by SCLo SIG community,
and the packages have been available in Red Hat Software Collections 3.0
for RHEL:

https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.0_release_notes/

So, for RHEL-based builds, follow the steps in the documentation above.

About Software Collections
--------------------------
Software Collections give you the power to build, install, and use
multiple versions of software on the same system, without affecting
system-wide installed packages. Each collection is delivered as a group
of RPMs, with the grouping being done using the name of the collection
as a prefix of all packages that are part of the software collection.

The SCLo SIG in CentOS
----------------------
The Software Collections SIG group is an open community group
co-ordinating the development of the SCL technology, and helping curate
a reference set of collections. In addition to the collection NodeJS
being released here, we also build and deliver databases, web servers,
and language stacks including multiple versions of PostgreSQL, MariaDB,
Apache HTTP Server, Python, Ruby, Ruby on Rails and others.

You can learn more about Software Collections concepts at:
http://softwarecollections.org
You can find information on the SIG at
https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto
get involved and help with the effort.

Enjoy!
--
Jan Staněk
Associate Software Engineer, Brno
Red Hat Czech
jstanek@redhat.com IM: jstanek

No comments:

Post a Comment