Skip to content

Commit

Permalink
Merge pull request #14 from skysqlinc/revert-13-NedPK-mariabackup-rem…
Browse files Browse the repository at this point in the history
…ove-todo

Revert "Update MariaDB Enterprise Backup.md"
  • Loading branch information
NedPK committed May 20, 2024
2 parents f313e20 + 00d1c3b commit 043423e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Backup and Restore/MariaDB Enterprise Backup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# MariaDB Enterprise Backup

!!! Note
TODO - rough draft below .. needs to be cleaned up


Regular and reliable backups are essential to successful recovery of mission critical applications. [MariaDB Enterprise Server](https://mariadb.com/docs/server/products/mariadb-enterprise-server/) backup and restore operations are performed using [MariaDB Enterprise Backup](https://mariadb.com/docs/server/ref/mdb/cli/mariadb-backup/), an [enterprise-build](https://mariadb.com/docs/server/products/mariadb-enterprise-server/lifecycle/) of [MariaDB Backup](https://mariadb.com/docs/server/data-operations/backups/community-server/mariadb-backup/).

Expand Down Expand Up @@ -430,4 +433,4 @@ Recovering from a backup restores the data directory at a specific point-in-time

8. Lastly, run the binary log SQL to restore the databases:

`$ mysql -u root -p < mariadb-binlog.sql`
`$ mysql -u root -p < mariadb-binlog.sql`

0 comments on commit 043423e

Please sign in to comment.