I have a backup of a 5gb database (lots of files and pictures in filestore) and I'm trying to restore it. I keep getting a connection reset error after a few minutes. Can someone help me?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
2
返信
10274
ビュー
HI,
Please add this parameter to the config file
limit_time_real = 1000000
or run odoo server with command line adding this parameter
--limit-time-real 1000000
--limit-time-real
Prevents the worker from taking longer than seconds to process a request. If the limit is exceeded, the worker is killed.
thanks. seems to be working! :)
here is video reference you should try this
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
11月 22
|
2842 | ||
|
3
3月 21
|
9178 | ||
|
6
6月 25
|
14785 | ||
|
3
1月 22
|
4972 | ||
|
9
7月 25
|
64885 |
Are you trying to restore the db from UI ?
yes... from /web/database/manager