This question has been flagged

Hello,

I am migrating database from one server to another server. The binary data "Images" are not moving, so how to do export from old system and import the output to the new system so just update the images such as products' and customers' images. I am using Ubuntu16 and Odoo11

Regards,

Mohammad Alaa

www.Roayadm.com

Avatar
Discard
Best Answer

One of the solution is: python script.

After migration, you can create one python script, which first read product image from old db, and search same product(based on some unique field) in new db and write.

 Hope this will help you.

Avatar
Discard
Author Best Answer

Many thanks @Jusab Sida, I was thinking in that solution, but I have to follow the same Odoo format. So I was thinking in importing as update, which I am not sure is it supported by Odoo 11 or not.

Avatar
Discard