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

feat: show hash of downloaded backup files on restore failure #144

Merged
merged 6 commits into from
Nov 28, 2024

Conversation

tanmoysrt
Copy link
Member

@tanmoysrt tanmoysrt commented Nov 26, 2024

Fixes frappe/press#2262

It will log filename and SHA256 checksum of

  • Database File
  • Private File [If exists]
  • Public File [If exists]

If Site Resore fails, sha256 checksum will be calculated and logged in agent job.
Screenshot 2024-11-28 at 9 49 17 AM

If Site Restore is successful, it will not calculate checksum of file
Screenshot 2024-11-27 at 5 02 52 PM

@tanmoysrt tanmoysrt marked this pull request as ready for review November 27, 2024 11:47
@tanmoysrt tanmoysrt merged commit be806a3 into frappe:master Nov 28, 2024
2 checks passed
@tanmoysrt tanmoysrt deleted the hash_of_downloaded_backup_files branch November 28, 2024 04:14
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

Successfully merging this pull request may close these issues.

Display checksums of downloaded files on failure
1 participant