Class: Backup::Configuration::Database::Base
- Defined in:
- lib/backup/configuration/database/base.rb
Direct Known Subclasses
MongoDB, MySQL, PostgreSQL, Redis, Riak
Class Attribute Summary collapse
-
.utility_path ⇒ Object
Allows the user to specify the path to a “dump” utility in case it cannot be auto-detected by Backup [DEPRECATED] - use <utility_name>_utility methods.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.utility_path ⇒ Object
Allows the user to specify the path to a “dump” utility in case it cannot be auto-detected by Backup
- DEPRECATED
-
use <utility_name>_utility methods
-
13 14 15 |
# File 'lib/backup/configuration/database/base.rb', line 13 def utility_path @utility_path end |