We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just before I dig deeper, would you expect these resources to work fine with files ending in *.sql.bz2 or *.sql.gz?
*.sql.bz2
*.sql.gz
Thanks!
The text was updated successfully, but these errors were encountered:
I think this is a step in the direction of solving this, should we desire: libarchive/libarchive#586
Any thoughts? I'm trying to use this to decompress sql files compressed by the backup gem cookbook: https://github.com/damm/backup https://github.com/X0nic/chef-database_restore/blob/master/providers/from_file.rb#L42-L46
the libarchive_file resource currently throws errors similar to this:
irb(main):001:0> Archive::Reader.open_filename('confluence-test-confluence/databases/PostgreSQL.sql.gz') Archive::Error: Unrecognized archive format
cc: @X0nic
Sorry, something went wrong.
Ref: chef/ffi-libarchive#1
No branches or pull requests
Just before I dig deeper, would you expect these resources to work fine with files ending in
*.sql.bz2
or*.sql.gz
?Thanks!
The text was updated successfully, but these errors were encountered: