DOC-1491: Add'l updated on revision; new params updated.
Added new private class listings, updated information about new `provider` param.
This commit is contained in:
parent
91d10773ae
commit
97f3ac776e
1 changed files with 7 additions and 24 deletions
31
README.md
31
README.md
|
@ -173,6 +173,9 @@ To add custom MySQL configuration, drop additional files into
|
||||||
* `mysql::bindings::python`: Installs Python bindings.
|
* `mysql::bindings::python`: Installs Python bindings.
|
||||||
* `mysql::bindings::ruby`: Installs Ruby bindings.
|
* `mysql::bindings::ruby`: Installs Ruby bindings.
|
||||||
* `mysql::client::install`: Installs MySQL client.
|
* `mysql::client::install`: Installs MySQL client.
|
||||||
|
* `mysql::backup::mysqldump`: Implements mysqldump backups.
|
||||||
|
* `mysql::backup::mysqlbackup`: Implements backups with Oracle MySQL Enterprise Backup.
|
||||||
|
* `mysql::backup::xtrabackup`: Implements backups with XtraBackup from Percona.
|
||||||
|
|
||||||
###Parameters
|
###Parameters
|
||||||
|
|
||||||
|
@ -383,31 +386,11 @@ A script that is executed at when the backup is finished. This could be used to
|
||||||
|
|
||||||
#####`provider`
|
#####`provider`
|
||||||
|
|
||||||
Set backup implementation
|
Sets the server backup implementation. Valid values are:
|
||||||
|
|
||||||
* `mysqldump`
|
* `mysqldump`: Implements backups with mysqldump. Backup type: Logical. This is the default value.
|
||||||
* `mysqlbackup`: MySQL Enterprise Backup
|
* `mysqlbackup`: Implements backups with MySQL Enterprise Backup from Oracle. Backup type: Physical. To use this type of backup, you'll need the `meb` package, which is available in RPM and TAR formats from Oracle. For Ubuntu, you can use [meb-deb](https://github.com/dveeden/meb-deb) to create a package from an official tarball.
|
||||||
* `xtrabackup`: Percona XtraBackup
|
* `xtrabackup`: Implements backups with XtraBackup from Percona. Backup type: Physical.
|
||||||
|
|
||||||
####mysql::backup::mysqldump
|
|
||||||
|
|
||||||
Implements mysql::server::backup with mysqldump
|
|
||||||
|
|
||||||
Backup type: Logical
|
|
||||||
|
|
||||||
####mysql::backup::mysqlbackup
|
|
||||||
|
|
||||||
Implements mysql::server::backup with MySQL Enterprise Backup from Oracle
|
|
||||||
|
|
||||||
Backup type: Physical
|
|
||||||
|
|
||||||
For this you need the meb package, which is available in RPM and TAR format from Oracle. For Ubuntu you can use [meb-deb](https://github.com/dveeden/meb-deb) to create a package from an official tarball.
|
|
||||||
|
|
||||||
####mysql::backup::xtrabackup
|
|
||||||
|
|
||||||
Implements mysql::server::backup with XtraBackup from Percona
|
|
||||||
|
|
||||||
Backup type: Physical
|
|
||||||
|
|
||||||
####mysql::server::monitor
|
####mysql::server::monitor
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue