Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclenerd committed Oct 16, 2022
1 parent 9113dcf commit 0551994
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ They were often quickly hacked and poorly tested.

## MySQL

* `check_replication_status.sh` - Check MySQL 8.0 replication status and send email on error
* `check_replication_status_hc.sh` - Check MySQL 8.0 replication status and ping [healthchecks.io](https://healthchecks.io/)
* [`check_replication_status.sh`](./check_replication_status.sh) - Check MySQL 8.0 replication status and send email on error
* [`check_replication_status_hc.sh`](./check_replication_status_hc.sh) - Check MySQL 8.0 replication status and ping [healthchecks.io](https://healthchecks.io/)

Used in Ansible Playbook:
```yml
Expand All @@ -37,8 +37,8 @@ curl -O "https://raw.githubusercontent.com/Cyclenerd/toolbox/master/check_replic

## XtraBackup

* `xtradir.sh` - Run `xtrabackup` and save either in folder `[NUMBER]A` or `[NUMBER]B`.
* `xtracloud.sh` - Backup to S3 Bucket with `xtrabackup` and `xbcloud`.
* [`xtradir.sh`](./xtradir.sh) - Run `xtrabackup` and save either in folder `[NUMBER]A` or `[NUMBER]B`.
* [`xtracloud.sh`](./xtracloud.sh) - Backup to S3 Bucket with `xtrabackup` and `xbcloud`.

Used in Ansible Playbook:
```yml
Expand All @@ -59,7 +59,7 @@ Used in Ansible Playbook:
## MyDumper
* `mydumper.sh` - Run `mydumper` and save either in folder `[NUMBER]A` or `[NUMBER]B`.
* [`mydumper.sh`](./mydumper.sh) - Run `mydumper` and save either in folder `[NUMBER]A` or `[NUMBER]B`.

Used in Ansible Playbook:
```yml
Expand Down

0 comments on commit 0551994

Please sign in to comment.