# galera-init **Repository Path**: mirrors_cloudfoundry/galera-init ## Basic Information - **Project Name**: galera-init - **Description**: Monit ctl script for MariaDB in cf-mysql-release - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README DEPRECATED: this repo has been merged into https://github.com/cloudfoundry/pxc-release --- TITLE: Galera Init Control Script --- This repository contains a go process to manage the start process for Galera in [cf-mysql-release] (https://github.com/cloudfoundry/cf-mysql-release). ### Run unit tests ``` ./bin/test-unit ``` ### Run integration tests With default DB configuration: ``` ./bin/test-integration ``` Default Options: ``` Host: localhost Port: 3306 User: root Password: '' ``` Override defaults: ``` CONFIG="{Password: 'password'}" ./bin/test-integration ```