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
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
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:
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
1
févr. 25
|
2732 | ||
|
5
oct. 24
|
11881 | ||
|
0
nov. 23
|
4431 | ||
|
0
mars 22
|
4429 | ||
|
0
oct. 21
|
2785 |
Ray, per usual you are an absolute legend. Thank you.
I am trying to upload a 90GB compressed filestore on odoo.sh (V.18), but I get an error :
rsync -P --inplace xxxxx_filestore.tar.gz xxxxxxx@myproject.odoo.com:/home/odoo/filestore.tar.gz
filestore.tar.gz
48.344.104.960 55% 25,16MB/s 0:25:05 rsync: [receiver] write failed on "/home/odoo/filestore.tar.gz": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(381) [receiver=3.2.7]
rsync: [sender] write error: Broken pipe (32)
Our available storage space is more than 300GB but it turns out that partitions accept max 47GB.
Anyone knows or has an idea how to overcome this?
There is no disk space left on target machine, as per the error message.
Check your account on .sh has enough storage allocated to it. If yes, open a ticket. The node at Odoo might genuinely be full.