Categorygithub.com/cloudfoundry/galera-init
repository
0.0.0-20220901215957-01e36a166f66
Repository: https://github.com/cloudfoundry/galera-init.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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