live site do not update after importing sql database

I had something similar, entries of some post types didnt show.

If your posts have the same IDs between dev/live environment, get the edit URL and replace the ID to see if it loads. Like :

http://yoursite.com/wp-admin/post.php?post=23&action=edit

Replace the ID (here ’23’) by the ID of the post/page/anythingelse you cannot see in live.

If this solves your problem, that could mean a strange bug in the WordPress update…