sgruhier/capistrano-db-tasks

GZip instead of BZip2

Closed this issue ยท 7 comments

Is there any reason why BZip2 is used without option to change compression? We use this gem heavily for larger databases and GZip would be much better option, because it compresses much faster.

tab commented

๐Ÿ‘

There should be an option that gives ability to change compression.

@dmitry , there is no such feature currently.

I'm not going to use BZip2 any more for db compression, so I just replaced it with GZip sauliusgrigaitis/capistrano-db-tasks@f988c65

@numbata ๐Ÿ‘ looks nice!