How to recover data from recovered module?

Hi,

We have recovered deleted module but it has created new entities. Is there a way to recover the data as well instead of writing insert queries. 

Can we change the mapping from new to old tables? If so, where the mapping of these tables present? and is it safe to do so? or will there be impact on other things?

hey @Lovish Goyal  if you recover that module then u can also use the previous version of that module for recovering your data. AND if you have the excel file  where you had  save your data then simply bootstrap it to your database. And it is safe . thank you .

Hi Lovish,

The only reason it should create new entities is when you've changed the module's name, and/or when you've cloned the module instead of publishing it as the original one.

What you could try to do is open the last known good version of the module, merge it with the recovered one, and publish that.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.