• I’m getting a strange “Post already exists” message when I try to import recent posts from my production site. Here’s what my situation looks like:

    -I have two wordpress installations; one for development, and one which is live.
    -The development installation was cloned from production about two months ago. Since then, additional posts have been added on production.
    -I exported *only* posts from the production website and tried to re-import them on the development site.
    -Only 4 posts import, and the other 50 or so give me a message stating “Post already exists”. Yet I don’t see the post anywhere within wordpress. They don’t actually exist anywhere.

    I turned on debugging in wp-config.php, and within the plugin file itself, but there is limited information in debug.log. Has anyone else experienced this?

    https://www.ads-software.com/plugins/wordpress-importer/

Viewing 1 replies (of 1 total)
  • Thread Starter kflavin21

    (@kflavin21)

    The problem seems to be we added additional pages to the development site, which conflict with the posts we’re trying to import from production. It looks like they (posts and pages) all get stored in the same wp_posts table. So edits to a page generate additional rows in wp_posts with ID’s that conflict with the posts we’re trying to bring in from production. Ugh…

Viewing 1 replies (of 1 total)
  • The topic ‘Posts already exist’ is closed to new replies.