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

Gzip and file options compatibilty #239

Open
apsylone opened this issue Feb 3, 2025 · 3 comments
Open

Gzip and file options compatibilty #239

apsylone opened this issue Feb 3, 2025 · 3 comments

Comments

@apsylone
Copy link

apsylone commented Feb 3, 2025

Hi,

I've tried to make workign GZip and file options working together, but it seems that gzip force the filename and we cannot pass it to the command db:dump.

Could you confirm ?

Thanks for any help,

@pjcdawkins
Copy link
Contributor

Hi, I'm not sure what you mean.

If you add --gzip to db:dump, then the default filename has '.gz' added. But you should be able to override this with the --file option, e.g.

platform db:dump --gzip --file my_custom_filename_without_extension

@apsylone
Copy link
Author

apsylone commented Feb 7, 2025

I've tried the --file option with the --gzip ones, but the filename isn't taken in consideration.

@pjcdawkins
Copy link
Contributor

@apsylone May I look at that in more detail- what's the command you're using, and result you get / expect? (redact any private information if responding here - or feel free to submit a ticket)

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

2 participants