diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-12-25 12:17:14 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-12-25 12:17:37 -0300 |
commit | c4bc8a5052c039bc40da17c1cef2d0f19a4b3a96 (patch) | |
tree | fdb533d7ea204e71216044e06a97df98f6bb009b /pcr/mariadb-galera/mariadb.install | |
parent | a850d3d993bf94cfa5e2892a234fa2dafda55310 (diff) |
mariadb-galera
Diffstat (limited to 'pcr/mariadb-galera/mariadb.install')
-rw-r--r-- | pcr/mariadb-galera/mariadb.install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pcr/mariadb-galera/mariadb.install b/pcr/mariadb-galera/mariadb.install index 595bc4c4d..68bcc14e4 100644 --- a/pcr/mariadb-galera/mariadb.install +++ b/pcr/mariadb-galera/mariadb.install @@ -14,6 +14,11 @@ post_install(){ fi usr/bin/systemd-tmpfiles --create mysql.conf + + echo "The cluster needs to be configured before used, please read the +Getting Started Guide at +https://mariadb.com/kb/en/mariadb/documentation/replication/galera/getting-started-with-mariadb-galera-cluster/" \ +| fmt -u } post_upgrade(){ |