Hello, I want to export all the data of the plugin in its entirety. I'm redoing my website, but I can't put back all the data. Could you please tell me how to proceed ? Thanks
Other than cloning your website, there's a way to migrate only Amelia's database tables.
There are around 47 tables with wp_amelia_ prefix that need to be moved. Please note that wp_ is the default database prefix, but on your end it could be anything, so look for your_prefix_amelia_ tables.
Besides that, you also need to go to wp_options and search for option_nameĀ "amelia_settings" - that returns one row, so you need to copy the option_value and paste it in the same field on the other site. Note that this contains all info from your old website, so you will need to replace the URLs in this cell.
Hello, I want to export all the data of the plugin in its entirety. I'm redoing my website, but I can't put back all the data. Could you please tell me how to proceed ? Thanks
Hi Ghenam
Thank you for reaching out to us.
Other than cloning your website, there's a way to migrate only Amelia's database tables.
There are around 47 tables with wp_amelia_ prefix that need to be moved. Please note that wp_ is the default database prefix, but on your end it could be anything, so look for your_prefix_amelia_ tables.
Besides that, you also need to go to wp_options and search for option_nameĀ "amelia_settings" - that returns one row, so you need to copy the option_value and paste it in the same field on the other site. Note that this contains all info from your old website, so you will need to replace the URLs in this cell.