openstack-manuals/doc/high-availability-guide/ch_ha_aa_db.xml
Christian Berendt f31a39ea52 Remove duplicate spaces
Change-Id: Icc70c9c3b19701f103ceb46fb04f76a82d83a4f7
2014-08-04 07:51:05 +02:00

23 lines
1.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="5.0"
xml:id="ha-aa-db">
<title>Database</title>
<para>The first step is installing the database that sits at the heart of the
cluster. When we talk about High Availability, we talk about several databases (for redundancy) and a
means to keep them synchronized. In this case, we must choose the
MySQL database, along with Galera for synchronous multi-master replication.</para>
<para>The choice of database isnt a foregone conclusion; youre not required
to use MySQL. It is, however, a fairly common choice in OpenStack
installations, so well cover it here.</para>
<xi:include href="ha_aa_db/section_ha_aa_db_mysql_galera.xml"/>
<xi:include href="ha_aa_db/section_ha_aa_db_galera_monitoring.xml"/>
<xi:include href="ha_aa_db/section_other_ways_to_provide_a_highly_available_database.xml"/>
</chapter>