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
返信
5223
ビュー
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
|
981 | ||
|
5
10月 24
|
10125 | ||
|
0
11月 23
|
2940 | ||
|
0
3月 22
|
3710 | ||
|
0
10月 21
|
2295 |
Ray, per usual you are an absolute legend. Thank you.