You would need to move all wp_amelia_ tables from the database (there are 41 tables there), and also copy the "amelia_setting" option_value from wp_options table in your database.
When you access your database via PHPMyAdmin (or some other tool), access wp_options table:
It is possible that your prefix is not "wp_", but something else, so if that is the case, please look for "your_prefix_options" table.
When you access it, you can search through the column "option_name". Search for the term "amelia_settings":
The search will return only one row:
So, that row needs to be copied on your new website in order to move all Amelia's data, along with the previously mentioned wp_amelia_ tables.
We are in the proccess of recreating our wordpress website from scratch, and we want to move our booking system to the new website.
What is the best way to move it to the new website without loosing data, (customers, products and bookings)?
Hello Baldur
You would need to move all wp_amelia_ tables from the database (there are 41 tables there), and also copy the "amelia_setting" option_value from wp_options table in your database.
When you access your database via PHPMyAdmin (or some other tool), access wp_options table:
It is possible that your prefix is not "wp_", but something else, so if that is the case, please look for "your_prefix_options" table.
When you access it, you can search through the column "option_name". Search for the term "amelia_settings":
The search will return only one row:
So, that row needs to be copied on your new website in order to move all Amelia's data, along with the previously mentioned wp_amelia_ tables.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables