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

Fix backup restore process #4486

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Fix backup restore process #4486

merged 3 commits into from
Nov 26, 2024

Conversation

nilsteampassnet
Copy link
Owner

Some servers cannot be customized in depth.
This PR restores standard upload parameters.
It fixes also the backup restore process providing more feedback (%).
Note: embends also a fix on log_datatables for ORDER BY instruction.

This PR restores standard upload parameters.
It fixes also the backup restore process providing more feedback (%).
@nilsteampassnet nilsteampassnet marked this pull request as ready for review November 24, 2024 06:02
} catch (CryptoException\IOException $ex) {
$err = $ex;
$err = print_r($ex, true);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this can leak server private informations to frontend (server saltkey, saltkey path or other)?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have improved this.

Thanks

@nilsteampassnet nilsteampassnet merged commit ad4e195 into master Nov 26, 2024
1 check passed
@nilsteampassnet nilsteampassnet deleted the fix_backup branch November 26, 2024 11:56
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.

2 participants