Change WordPress user roles and capabilities › Forums › How to or FAQ › Migration of plugin and user roles on from a test to live site. › Reply To: Migration of plugin and user roles on from a test to live site.
11/03/2020 at 13:52
#6697
Vladimir
Keymaster
Hi Andrija,
In this case this is may be interesting for you too:
1) Base options saved by User Role Editor Pro:
SELECT * FROM wp_options WHERE option_name LIKE 'user_role_editor';
2) Data saved by URE add-ons:
SELECT * FROM wp_options WHERE option_name LIKE 'ure_%';
Before importing ure_posts_edit_access_data record to the live database take into account if posts/pages ID are the same at the source and targets databases.