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

[diskette_dump] Save dump created from commandline as a DumpFile object #18

Open
sveetch opened this issue Dec 2, 2024 · 0 comments
Open
Labels
feature For new feature development

Comments

@sveetch
Copy link
Member

sveetch commented Dec 2, 2024

Is your feature request related to a problem? Please describe.

Currently, creating a dump from commandline diskette_dump does not create any DumpFile entry, it justs create the dump that won't be retrieved from the admin and so:

  • Dump file can not be retrieved from admin and so can't be purged;
  • Dump file can not be downloaded from admin;

Describe the solution you'd like

We should add an argument --save to the commandline. When used it will create a proper DumpFile for the created dump archive. This should be done once after the dump has been well created, the DumpFile will be directly made with status "processed".

It should also perform the deprecation and purge processes but obviously not the admin dump process.

@sveetch sveetch added the feature For new feature development label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature For new feature development
Projects
None yet
Development

No branches or pull requests

1 participant