Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
4 Відповіді
5099 Переглядів

while trying to restore database i am getting this error:

" Request Entity Too Large 

 The data value transmitted exceeds the capacity limit"


OS: Windows 10

Odoo version: 17.0

backup file size: 655 MB

not using nginx or any other server.

the size is not Huge for Odoo which can show capacity limit.

please help.

regards


Аватар
Відмінити
Автор

please help, what is the problem in restoring DB and is there any solution?

Автор

almost after one month... can i get any solution / guidance for this problem???

Найкраща відповідь

Were you able to find a solution yet?

Аватар
Відмінити
Найкраща відповідь

Hi @all,

the issue is also discussed in a Github-Issue here: https://github.com/odoo/odoo/issues/144144 and there is also a blog post about that issue here: https://server-conf.blogspot.com/2023/12/odoo-17-large-database-restore-error.html

Long story short: The quickest way to import a large database on a development machine would be to change line 235 in odoo => http.py from 

DEFAULT_MAX_CONTENT_LENGTH = 128* 1024 * 1024  # 128MiB

to something like

DEFAULT_MAX_CONTENT_LENGTH = 500 * 1024 * 1024  # 500MiB

Cheers, Robert


Аватар
Відмінити
Автор

thank you @Robert, i tried this but not working for me.

Найкраща відповідь

Open your Odoo configuration file (odoo.conf). Add or Modify limit_request_body:


limit_time_cpu = 2400

limit_time_real = 3600

limit_memory_hard = 2684354560


Adjust the value according to your needs. 

Restart the Odoo service to apply the configuration changes.


Аватар
Відмінити
Автор

thank you @yag_dev for reply, will try it and come back for feedback.

regards

Автор

@yag_dev did as instructed but not working, still same error...

Найкраща відповідь

Same Problem ..
Please share with us the solution if you get it ..

Аватар
Відмінити
Автор

not yet, if find any, will definitely share to the people need it.

Related Posts Відповіді Переглядів Дія
4
трав. 25
2616
2
трав. 25
6017
1
бер. 25
1733
4
бер. 25
4616
1
лют. 25
88