-
Notifications
You must be signed in to change notification settings - Fork 102
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
Download of zipped backup copy of the monthly archive being deleted not happening #1925
Comments
Please let us know if our expectation here is wrong and might have misunderstood the option. There's nothing in the logs we can see pointing to the issue. Unfortunately, we cannot turn on verbose logging as this would affect the performance of our production environment. |
Hi @UAProfessorProton , |
Could you please find the "Download" item in the browser menu and check the content of Download folder? |
We don't see any evidence in the Downloads folder, that zipped archives are getting downloaded prior to deletion. Any specific entries we can check in the logs? |
Increasing the timeout value to 60000 for the code below under web_tt2/confirm_action.tt2 seem to have solved the issue. Is the value 1000 expressed in msec? Do we need to increase this if we suspect that monthly archive is a bit large.
|
@ikedas thoughts on these findings? |
When deleting monthly archives, with the "Download deleted archives" option ticked, A zipped file of the archive intended to be deleted is not downloaded, it just immediately deletes the archive.
Version
Sympa 6.2.72
Installation method
Compiled from source
Expected behavior
It's our expectation that a zipped file will be downloaded via the browser.
Actual behavior
It just proceeds and delete the intended archive. No backup is downloaded. Nothing is downloaded in the "Downloads folder.
Additional information
Tried to capture the POST data and found a 0 response value with "_error": "net::ERR_ABORTED",
The text was updated successfully, but these errors were encountered: