From a68edeb2e3308db1ea4c3e75a6a5bd91177d613d Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Wed, 3 Mar 2021 21:19:47 +0100 Subject: [PATCH] fix typo --- README.md | 4 ++-- metadata.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0439c2e..bb90d2e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The version 3.x.x of this module is a great leap forward. * it runs ProxySQL 2 with SSL support * it requires Puppet 6.x or higher -If you want to upgrade your database from 57 to 80, you can read these instructions (along with [Percona official documentation](https://www.percona.com/doc/percona-server/LATEST/upgrading_guide.html)): [upgrade Percona from 5.7 to 8.0](https://gitlab.com/maxadamo/galera-proxysql/-/wikis/upgrade-Percona-from-5.7-to-8.0). +If you want to upgrade your database from 57 to 80, you can read these instructions (along with [Percona official documentation](https://www.percona.com/doc/percona-server/LATEST/upgrading_guide.html)): [upgrade Percona from 5.7 to 8.0](https://gitlab.com/maxadamo/galera_proxysql/-/wikis/upgrade-Percona-from-5.7-to-8.0). The status of the cluster is checked at run time through a puppet fact and puppet will attempt to re-join the node in case of disconnection (**if you bring the whole cluster down and you remove /var/lib/mysql/gvwstate.dat from all the servers you have lost your data** because a clean bootstrap will be attempted). @@ -245,7 +245,7 @@ galera_proxysql::create::user { 'whatever_user': ## Development -Feel free to make pull requests and/or open issues on [my Gitlab Repository](https://gitlab.com/maxadamo/galera-proxysql) +Feel free to make pull requests and/or open issues on [my Gitlab Repository](https://gitlab.com/maxadamo/galera_proxysql) ## Release Notes diff --git a/metadata.json b/metadata.json index b3dad0c..529d0bf 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { "name": "maxadamo-galera_proxysql", - "version": "3.1.4", + "version": "3.1.5", "author": "maxadamo", "summary": "Galera and ProxySQL Cluster", "license": "GPL-3.0", - "source": "https://gitlab.com/maxadamo/galera-proxysql", - "project_page": "https://gitlab.com/maxadamo/galera-proxysql/-/wikis/home", - "issues_url": "https://gitlab.com/maxadamo/galera-proxysql/-/issues", + "source": "https://gitlab.com/maxadamo/galera_proxysql", + "project_page": "https://gitlab.com/maxadamo/galera_proxysql/-/wikis/home", + "issues_url": "https://gitlab.com/maxadamo/galera_proxysql/-/issues", "dependencies": [ { "name": "camptocamp-systemd", -- GitLab