Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attuneops/mysql-backup-and-recovery
It is important to back up your databases so that you can recover your data and be up and running again in case problems occur, such as system crashes, hardware failures, or users deleting data by mistake.
https://github.com/attuneops/mysql-backup-and-recovery
attune attune-automation automation mysql mysql-backup mysql-restore
Last synced: 7 days ago
JSON representation
It is important to back up your databases so that you can recover your data and be up and running again in case problems occur, such as system crashes, hardware failures, or users deleting data by mistake.
- Host: GitHub
- URL: https://github.com/attuneops/mysql-backup-and-recovery
- Owner: AttuneOps
- Created: 2023-03-12T09:43:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-16T11:10:53.000Z (4 months ago)
- Last Synced: 2024-07-16T13:52:56.382Z (4 months ago)
- Topics: attune, attune-automation, automation, mysql, mysql-backup, mysql-restore
- Homepage: https://www.servertribe.com/
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](http://doc.servertribe.com)
[![Discord](https://img.shields.io/discord/844971127703994369)](http://discord.servertribe.com)
[![Docs](https://img.shields.io/badge/videos-watch-brightgreen.svg)](https://www.youtube.com/@servertribe)
[![Generic badge](https://img.shields.io/badge/download-latest-brightgreen.svg)](https://www.servertribe.com/community-edition/)# MySQL Backup and Recovery
# Attune
[Attune](https://www.servertribe.com/)
automates and orchestrates processes to streamline deployments, scaling,
migrations, and management of your systems. The Attune platform is building a
community of sharable automated and orchestrated processes.You can leverage the publicly available orchestrated blueprints to increase
your productivity, and accelerate the delivery of your projects. You can
open-source your own work and improve existing community orchestrated projects.## Get Started with Attune, Download NOW!
The **Attune Community Edition** can be
[downloaded](https://www.servertribe.com/comunity-edition/)
for free from our
[ServerTribe website](https://www.servertribe.com/comunity-edition/).
You can learn more about Attune through
[ServerTribe's YouTube Channel](https://www.youtube.com/@servertribe).# Clone this Project
Clone this project into your own instance of Attune.
---
Paste the GIT repository URL into Attune and Select Clone.
---
**Now that this project is in your Attune instance you can begin creating
Jobs.**Navigate to the Plan workspace and create a Job from a Blueprint in the
Project you cloned.---
Configure the Parameters for the Job you created. Create the Values you're
missing in the next step.---
Create the Values required to fill the Parameters for the Job.
---
Run your Job.
---
**Congratulations, you’ve run a cloned project.**
If you need further assistance, please explore our help.
## Blueprints
This Project contains the following Blueprints.
### Backup Single Database with mysqldump
### Restore Database with mysqldump
## Parameters
| Name | Type | Script Reference | Comment |
| ---- | ---- | ---------------- | ------- |
| MySQL Node | Linux/Unix Node | `mysqlnode` | None |
| Database | Text | `database` | None |
| root User | Linux/Unix Credential | `rootuser` | None |
| Backup Directory | Text | `backupdirectory` | None |
| MySQL Backup Node | Linux/Unix Node | `mysqlbackupnode` | None |## Files
| Name | Type | Comment |
| ---- | ---- | ------- |# Contribute to this Project
**The collective power of a community of talented individuals working in
concert delivers not only more ideas, but quicker development and
troubleshooting when issues arise.**If you’d like to contribute and help improve these projects, please fork our
repository, commit your changes in Attune, push you changes, and create a
pull request.---
Please feel free to raise any issues or questions you have.
---
**Thank you**