michelve / software-license-manager

🔐Wordpress Software License Management. Supports WooCommerce, and WP eStore.
https://epikly.com
GNU General Public License v3.0
77 stars 27 forks source link

Backup settings and subscribers #61

Closed rigler86 closed 2 years ago

rigler86 commented 2 years ago

How can i backup just the settings and subscribers. I want to move everything to a new site and somain completely. I have someone taking over my project. Want to keep the subscribers on the move.

michelve commented 2 years ago

you will have to back up the user's license table manually using PHPMyAdmin or something similar

here are the tables it uses:

// Tables $wpdb->prefix . "lic_key_tbl"); $wpdb->prefix . "lic_reg_domain_tbl"); $wpdb->prefix . "lic_reg_devices_tbl"); $wpdb->prefix . "lic_log_tbl");

all the settings are saved here under this row inside the options table -- slm_plugin_options

rigler86 commented 2 years ago

Will this keep the license keys as well?

michelve commented 2 years ago

yes it will