This question has been flagged
2 Replies
4710 Views

I just increased the size of the server disk.

My worries are not totally settled.

The backups are downloaded, but they stop during download. The archive can not open. In addition, it is not complete, it is only 192MB, the last ok was 450 MB.

sometimes I even have this message ERR_EMPTY_RESPONSE, Method Not Allowed

How can I do?

Avatar
Discard
Best Answer

Came across this while searching for a solution to the same problem.

In Nginx config I had to set the proxy_max_temp_file_size to 1024m. 

This solved the problem for me.

Hope this helps.

Avatar
Discard
Best Answer

Hello @Hugues,

There might be an 2 reason for this:-

1. Check the internet Speed.

2. In odoo config,
did you setup below parameters values ?
limit_memory_hard, limit_memory_soft,limit_request,limit_time_cpu,limit_time_real

3. In Nginx Config,
Did you set client_max_body_size parameter sometimes Nginx kill the connection if didn't set the proper values of parameter.

Regards,





Email: odoo@aktivsoftware.com

Skype: kalpeshmaheshwari

   

Avatar
Discard