Skip to content
Snippets Groups Projects
Unverified Commit a68edeb2 authored by Max Adamo's avatar Max Adamo
Browse files

fix typo

parent ddd87ae7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
{
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment