Method: Backup::Database::MySQL#backup_engine
- Defined in:
- lib/backup/database/mysql.rb
#backup_engine ⇒ Object
Default is :mysqldump (which is built in MySQL and generates a textual SQL file), but can be changed to :innobackupex, which has more feasible restore times for large databases. See: www.percona.com/doc/percona-xtrabackup/
47 48 49 |
# File 'lib/backup/database/mysql.rb', line 47 def backup_engine @backup_engine end |