-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
502 Bad Gateway error when uploading large backups (6016.2 MB) #206
Comments
I have the same issue. Is it possible to make the addon upload the backup in smaller chunks? |
Nearly the same issue. 1420MB backup, uploaded "successfully" to nextcloud with the size of 0 KB. [2023-07-11 13:58:27] [info]: ...Upload finish ! (status: 201) |
I recommend everyone to read issue #9 and issue #123 For nextcloud you have to configure php settings:
Explanation: if nextcloud is running at nginx you have to set if nextcloud is running at apache2 you have to set Explanation: As I am running nextcloud at apache2, I confirm these settings for uploading backups to nc with a size up to 5GB. It could be, that the FcgidMaxRequestLen is also missing at nginx servers or has a very similar setting. Check your apache2/Nginx logs, they are very helpful. In my case, the usual upload max request lenght was set to 1GB. Now it's set to 5GB. Uploads via frontend and/or client is not the same way as uploading via your HA instance, as the frontend chunks bigger uploads and the client uses a different connection type. The addon is working, if nextcloud has the correct settings - i bet that's a solution for most of the open issues in this repo. |
I already had the php settings and have added the apache2 settings. No change. |
Describe the bug
My automatic backups that execute weekly fail to upload and when I try to manually upload them I get a 502 Bad Gateway error:
Fail to upload snapshot to nextcloud (HTTPError: Response code 502 (Bad Gateway)) !
To Reproduce
Create a large backup, in my case 6016.2 MB and attempt to upload it to Nextcloud.
Expected behavior
The backup to upload to Nextcloud without error.
System information
Additional context
Smaller backups upload without issue.
When downloading the backup to a different device and uploading it from there, either via desktop sync or via the browser, the backup uploads without issue.
The text was updated successfully, but these errors were encountered: