A customer claims some posts on her wordpress site went missing when she deleted user accounts. Apparently, I really cannot find these posts in the database. (I first thought maybe they were not assigned to an author)
Now I have several full backups of the site as SQL files. One missing article is in there. However, we don't know exactly which articles went missing.
I only want to restore the missing articles. Not restore the whole site. Current articles should not be deleted!
What's the best way to achieve this? Import it to a different database and somehow compare wp_posts? Thanks guys!