Skip to content
New issue

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

tar: Unrecognized archive format from heroku slugs:download #21

Closed
dentarg opened this issue Nov 18, 2021 · 1 comment
Closed

tar: Unrecognized archive format from heroku slugs:download #21

dentarg opened this issue Nov 18, 2021 · 1 comment

Comments

@dentarg
Copy link

dentarg commented Nov 18, 2021

$ heroku slugs:download -a appname
Downloading... ████████████████████████▏  100% 00:00 20.3MB
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
 ▸    Command failed: tar -xf appname/slug.tar.gz -C appname
 ▸    tar: Unrecognized archive format
 ▸    tar: Error exit delayed from previous errors.
 ▸
$ file appname/slug.tar.gz
appname/slug.tar.gz: Squashfs filesystem, little endian, version 3.1, 21286731 bytes, 7778 inodes, blocksize: 131072 bytes, created: Thu Jun  7 07:46:30 2012

Maybe because app stack is cedar?

@dentarg
Copy link
Author

dentarg commented Nov 18, 2021

Managed to extract the files with unsquashfs -f -d myfolder slug.tar.gz

@dentarg dentarg closed this as completed Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant