跳至內容
選單
此問題已被標幟
1 回覆
2370 瀏覽次數

I forgot to backup and lost all my database.

All i have is (4Gb data) from C:\Users\user\AppData\Local\OpenERP S.A\Odoo\filestore

Anyway to restore from there?

Please help , thanks

頭像
捨棄
最佳答案

Hello, filestore is a folder where every documents like .pdf, .docs, .jpg are saved. In odoo, this kind of files has the data type of binary. Each database has their own filestore based on the name of the database.

The exact record of your database is saved inside the postgresql database. Those records are connected to filestore, but the way they are stored is different, based on explanation above.

In order to backup and restore your database, you need to dump that postgresql record and copy the filestore along with the dump result. If you wish to restore database only with the filestore, unfortunately it cannot be done that way.

best regards,

Altela (altelasoftware.com)

頭像
捨棄