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:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
5726
화면
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
|
1725 | ||
|
5
10월 24
|
10908 | ||
|
0
11월 23
|
3624 | ||
|
0
3월 22
|
3988 | ||
|
0
10월 21
|
2479 |
Ray, per usual you are an absolute legend. Thank you.