コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
4823 ビュー

Hi,

I've clonned a database to another server and copied over the attachments from the original environment under /home/odoo/.local/share/Odoo/filestore on the new environment. So far so good, the old attachments are visible from the clonned application, but when I try to create new attachments these are simply not stored in the corresponding OS-ubuntu 14.04 folder and I get the following error message:

OSError: [Errno 2] No such file or directory

The attachment referenced in the error message has actually not been created. The 'document' addon is installed in the system.

Do you have some kind of guide or steps to follow to clone an environment attachments included?

Thanks in advance.

アバター
破棄
最善の回答

777 can be a not-so-good temporary solution. Check if the user who is running the instance (i.e. "odoo" ) has enough right to read/write the file. This is what you will need. For example, 755 should be good. Of course, owner of the share should be that user. Perhaps you copied as root, and this is the problem.

アバター
破棄
著作者

Thanks for the observation Daniel, I agree with you.

This was my problem. Copied filestore as root. Thanks.

著作者 最善の回答

FYI: had to apply 777 permissions to fix the issue

アバター
破棄
関連投稿 返信 ビュー 活動
0
12月 24
1511
1
3月 23
6723
2
4月 22
4173
0
10月 21
2678
2
5月 20
12259