Skip to content

Commit a590d83

Browse files
authored
Merge pull request #530 from codership/freebsd-up-to-5-7
FreeBSD up to 5.7 - Issue #529
2 parents b60f563 + 88f5f90 commit a590d83

File tree

8 files changed

+9
-7
lines changed

8 files changed

+9
-7
lines changed

galeracluster/source/documentation/deployment.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This section provides guides to installing, configuring and deploying HAProxy, P
7575

7676
:doc:`containers`
7777

78-
When using the standard deployment methods of Galera Cluster, nodes run directly on the server hardware -- interacting directly with the operating system (that is, Linux, FreeBSD). By contrast, with container deployments nodes run in containerized virtual environments on the server. You may find containers useful in building portable deployments across numerous machines, when testing applications or scripting installations, or when isolating processes for security.
78+
When using the standard deployment methods of Galera Cluster, nodes run directly on the server hardware -- interacting directly with the operating system, that is, Linux or FreeBSD (FreeBSD is available up to Galera Cluster for MySQL 5.7). By contrast, with container deployments nodes run in containerized virtual environments on the server. You may find containers useful in building portable deployments across numerous machines, when testing applications or scripting installations, or when isolating processes for security.
7979

8080
This section provides guides to installing, configuring and deploying Galera Cluster nodes in container instances using FreeBSD Jails and Docker.
8181

galeracluster/source/documentation/install-mariadb-src.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
MariaDB Galera Cluster - Source Installation
6767
=============================================
6868

69-
MariaDB Galera Cluster is the MariaDB implementation of Galera Cluster for MySQL. Binary installation packages are available for Debian- and RPM-based distributions of Linux. If your Linux distribution is based on a different package management system, or if it runs on a different unix-like operating system where binary installation packages are not available, such as Solaris or FreeBSD, you will need to build MariaDB Galera Cluster from source.
69+
MariaDB Galera Cluster is the MariaDB implementation of Galera Cluster for MySQL. Binary installation packages are available for Debian and RPM-based distributions of Linux. If your Linux distribution is based on a different package management system, or if it runs on a different Unix-like operating system where binary installation packages are not available, such as Solaris or FreeBSD (FreeBSD is available up to Galera Cluster for MySQL 5.7), you will need to build MariaDB Galera Cluster from source.
7070

7171

7272
.. note:: If you built MariaDB Galera Cluster over an existing standalone instance of MariaDB, there are some additional steps that you need to take in order to update your system to the new database server. For more information, see :doc:`Migration <../training/tutorials/migration>`.

galeracluster/source/documentation/install-mysql-src.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For RPM-based distributions, instead run this command:
9090
# yum-builddep MySQL-server
9191
9292
93-
If neither command works on your system or that you use a different Linux distribution or FreeBSD, the following packages are required:
93+
If neither command works on your system or that you use a different Linux distribution or FreeBSD (FreeBSD is available up to Galera Cluster for MySQL 5.7), the following packages are required:
9494

9595
- **MySQL Database Server with wsrep API**: Git, CMake, GCC and GCC-C++, Automake, Autoconf, and Bison, as well as development releases of libaio and ncurses.
9696

galeracluster/source/documentation/install-xtradb-src.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When building from source code, ``make`` cannot manage or install dependencies n
8888
8989
# yum-builddep percona-xtradb-cluster
9090
91-
In the event that neither command works for your system or that you use a different Linux distribution or FreeBSD, the following packages are required:
91+
In the event that neither command works for your system or that you use a different Linux distribution or FreeBSD (FreeBSD is available up to Galera Cluster for MySQL 5.7), the following packages are required:
9292

9393
- **Percona XtraDB Database Server with wsrep API**: Git, CMake, GCC and GCC-C++, Automake, Autoconf, and Bison, as well as development releases of libaio and ncurses.
9494

galeracluster/source/documentation/install.rst

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Installing Galera Cluster
6767

6868
Galera Cluster is essentially used to form a cluster among multiple database servers. It is widely used in conjunction with MySQL, MariaDB, and XtraDB database software systems. Galera Cluster is integral to these database systems. As a result, it may be installed together with one of them.
6969

70+
.. note:: FreeBSD is only available up to Galera Cluster for MySQL 5.7, not on 8.0 or later. As far as MariaDB is concerned, you can try the MariaDB port variants for FreeBSD, as the ``wsrep`` library actually runs on FreeBSD, but Codership does not maintain the patches for FreeBSD.
71+
7072
There are several methods available for installing the paired systems: you may use binary installation packages or install with the source files. Below is a list of the various pairs and links to how to use whichever method your prefer:
7173

7274
.. container:: banner

galeracluster/source/documentation/versioning-information.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
Versioning Information
5959
=========================
6060

61-
Galera Cluster for MySQL is available in binary software packages for several different Linux distributions, as well as in source code for other distributions and other Unix-like operating systems, such as FreeBSD and Solaris.
61+
Galera Cluster for MySQL is available in binary software packages for several different Linux distributions, as well as in source code for other distributions and other Unix-like operating systems, such as FreeBSD (FreeBSD is available up to Galera Cluster for MySQL 5.7) and Solaris.
6262

6363
For Linux distributions, binary packages in 32-bit and 64-bit for both the MySQL database server with the wsrep API patch and the :term:`Galera Replication Plugin` are available from the `Codership Repository <https://releases.galeracluster.com>`_. These include support for:
6464

galeracluster/source/training/tutorials/galera-installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Galera Cluster also runs on virtual environments, such as VMware, and in cloud e
8585

8686
For software, each node in the cluster requires at a minimum the following:
8787

88-
- Linux or FreeBSD operating system installed;
88+
- Linux or FreeBSD (FreeBSD is available up to Galera Cluster for MySQL 5.7) operating system installed;
8989
- MySQL or MariaDB server with the wsrep API patch; and
9090
- Galera Replication Plugin installed.
9191

galeracluster/source/training/tutorials/getting-started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Galera Cluster is a synchronous replication solution to improve availability and
8282

8383
- Automatic write conflict detection and resolution, so that nodes are always consistent.
8484

85-
Galera Cluster is well suited for LAN, WAN, container and cloud environments. The following tutorial articles provide you with the basics to setting up and deploying Galera Cluster. Bear in mind before you get started that you need root access to at least three Linux or FreeBSD hosts and their IP addresses.
85+
Galera Cluster is well suited for LAN, WAN, container and cloud environments. The following tutorial articles provide you with the basics to setting up and deploying Galera Cluster. Bear in mind before you get started that you need root access to at least three Linux or FreeBSD (FreeBSD is available up to Galera Cluster for MySQL 5.7) hosts and their IP addresses.
8686

8787
.. note:: With the latest release Galera Cluster begins the 4.x branch, introducing a number of new features. For more information on these features, see :doc:`What's New <../../whats-new>`.
8888

0 commit comments

Comments
 (0)