-
Notifications
You must be signed in to change notification settings - Fork 900
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file splitting to dump and backup tasks
Adds the ability to pass the `--byte-count` (`-b`) to the following rake tasks: - evm:db:backup:local - evm:db:backup:remote - evm:db:dump:local - evm:db:dump:remote Adds additional options to the `EvmDba.with_options` method, and adds the `EvmDba.collect_additional_opts` method, which pulls out the split params from the options hash into it's own hash. Used by EvmDatabaseOps to determine if piping through `file_splitter.rb` is necessary.
- Loading branch information
1 parent
916ba0a
commit 83c2d8c
Showing
1 changed file
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters