• Hi, a few day ago i migrate my develop site (dev.domain.com) to the production site (domain.com). The migration was perfect but i lost all my custom tabs in the product, like i never set them. The saved tabs exists, but nothing in the single product. I see the documentation to import, i paste the code in the function.php of my child theme, then import the csv exported from the development site, but nothing change. HELP!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just migrated a site and had the same issue. How did you change the urls from dev.domain.com to domain.com?

    At first I did it with pure SQL but this breaks the serialization I think. I dropped the table and created a new one from my backup. After that I did the “search replace” task not with SQL but with wp-cli, like:

    root@yourwebserver:/var/www/domain.com/web# wp search-replace ‘dev.domain.com’ ‘domain.com’

    wp cli does handle serialization, see:
    https://developer.www.ads-software.com/cli/commands/search-replace/

    Thread Starter swipeedesign

    (@swipeedesign)

    I can’t find the table in the database where the plugin data are stored, do you know the name?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘From develop site to production export / import’ is closed to new replies.