Hello,
I am pushing some events from a development site to a local environment using WP Migrate DB Pro and while the organizers and locations taxnomies are migrating, none of the meta data (location information for example) is migrating with it, only the name and description.
Any suggestions? Is that stored differently? I am migrating all taxonomy and term tables, as well as wp_posts and post meta.
Thanks,
Matt
Sep 4,2019 AT 1:29PM - 5 years ago -Hello,
…all taxonomy and term tables…
Please check https://strangework.com/2014/08/08/understanding-wordpress-taxonomy-table-relationships/. Did you migrate
wp_terms – stores all of your taxonomy terms
wp_term_taxonomy – defines what taxonomy each term belongs to
wp_term_relationships – cross-reference table that joins taxonomy terms with your content
tables?
Have you tried a different solution? For example, https://www.wpbeginner.com/wp-tutorials/how-to-clone-a-wordpress-site-in-7-easy-steps/
Hello,
Unfortunately, your documentation is not correct. After doing some digging and some searching in the database, all of the related term meta is stored in the wp_options table, not within the taxonomy database tables. I have been able to resolve by migrating the options table and making some modifications.
Matt
We are sorry for the inconvenience and thank you very much for the information. If you have any further questions or concerns please create a new ticket.