Skip to Content
Menu
This question has been flagged
1 Reply
1787 Views

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

Avatar
Discard
Best Answer

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)

Avatar
Discard