You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the forum (here), a user reports that their backup .zip file is greater than 10 GB (almost 12 GB). However, lib/bin/restore.js will not restore a backup whose uncompressed size is greater than 10 GB. For comparison purposes, a backup .zip file from the QA server is a little over 6 GB.
Is it possible/wise to increase this limit? Alternatively, could we add a CLI flag that when specified would allow a backup >10 GB to be restored?
The text was updated successfully, but these errors were encountered:
ah. this is a technological misunderstanding. the zipfile library refuses by default to unzip anything >10GB presuming it to be a DoS attack. i can see if we can turn it off just for that case.
On Apr 6, 2021, at 19:17, Matthew White ***@***.***> wrote:
On the forum (here), a user reports that their backup .zip file is greater than 10 GB (almost 12 GB). However, lib/bin/restore.js will not restore a backup whose uncompressed size is greater than 10 GB. For comparison purposes, a backup .zip file from the QA server is a little over 6 GB.
Is it possible/wise to increase this limit? Alternatively, could we add a CLI flag that when specified would allow a backup >10 GB to be restored?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
On the forum (here), a user reports that their backup .zip file is greater than 10 GB (almost 12 GB). However,
lib/bin/restore.js
will not restore a backup whose uncompressed size is greater than 10 GB. For comparison purposes, a backup .zip file from the QA server is a little over 6 GB.Is it possible/wise to increase this limit? Alternatively, could we add a CLI flag that when specified would allow a backup >10 GB to be restored?
The text was updated successfully, but these errors were encountered: