What is the best way to upload a large file-store (100GB) to Odoo.sh?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
5197
查看
Use rsynch, once you have added your SSH access key in your Odoo.sh profile.
Your Profile is accessed via a Menu that you see FROM A SPECIFIC PROJECT within Odoo.sh.
Once your access key is setup, run rsynch from your own server, where the data you want to upload is stored.
rsync -P --inplace your-build-id-here@your-domain-here.odoo.com:/home/odoo/upload_file.ext
Note: the build_id and your domain can be found via the SSH tab at the top of the Project:
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
1
2月 25
|
931 | ||
|
5
10月 24
|
10063 | ||
|
0
11月 23
|
2899 | ||
|
0
3月 22
|
3696 | ||
|
0
10月 21
|
2278 |
Ray, per usual you are an absolute legend. Thank you.