Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2368 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

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)

Awatar
Odrzuć