Home › Forums › Plugin Support › SQL duplication of the user meta pro data
Tagged: Clone
- This topic has 7 replies, 2 voices, and was last updated 9 years, 7 months ago by laurellindsay.
-
AuthorPosts
-
April 17, 2015 at 6:52 pm #6987April 17, 2015 at 8:56 pm #6989KhaledMember
Hi,
UMP store all user’s data to wp_users and wp_usermeta table as WordPress standard, so if you clone perfectly those two table, all user’s data should be accessible.
UMP uses wp_options table to store fields, forms and settings of UMP. More specifically,
we use following keys:
user_meta_config
user_meta_emails
user_meta_export
user_meta_fields
user_meta_forms
user_meta_history
user_meta_settingsSo please check data for those keys in wp_options table.
Thanks.
April 18, 2015 at 12:30 am #6995laurellindsayMemberThank you Khaled, I will have a look at the tables and see what is missing. I will get back to you this weekend. Thanks.
April 18, 2015 at 10:11 pm #6997laurellindsayMemberKhaled,
The only information that is in my wp_option table for the original site is the following:
user_meta_fields
user_meta_forms
user_meta_settings
user_meta_emailsWhen duplicated the wp_15_options table (the 15 is the blog number associated with the multisite and the cloned copy) contains the original wp_5_options data (The site I am cloning).
All form data, recaptcha keys, etc.. do not transfer on the clones. Is there a blog_id number somewhere in the table copy (wp_options) that needs to be corrected — something is not adding up here.
April 19, 2015 at 4:05 pm #6998KhaledMemberWe do not store any blog id for forms or fields. just make sure wp_options table are cloned properly. And what is the status of your license validation of each site? Is UMP for every site under the network shows active/validated? And which version of UMP you are using right now?
Thanks.
April 19, 2015 at 8:37 pm #6999laurellindsayMemberYes, its a direct duplicate of the wp_options table with the exception of the sitename and url meta key values.
The plugin version is 1.1.6 and each multisite copy is validated.
April 19, 2015 at 9:21 pm #7001laurellindsayMemberFor your reference I have used pastebin to show you my original wp_options table. This is the original site where the other options table will be cloned.
Here is the original wp_options pastebin:
Here is a cloned copy which does not properly duplicate the plugin settings:
I hope this helps…
April 21, 2015 at 4:37 am #7008laurellindsayMemberHi Khaled,
I took your advice and started over… whatever value was causing the plugin to not update correctly has been fixed. I appreciate your help Khaled and thank you for letting me know which meta keys the plugin uses explicitly.
-
AuthorPosts
- You must be logged in to reply to this topic.