Okay
  Public Ticket #2940271
data import
Closed

Comments

  • Unger Brigitta started the conversation

    Hi!

    Is it possible to import appointments to amelia? We build a new site for our client, they have appointments, and we should import them to the new system.

  • [deleted] replied

    Hello Unger

    Thank you for reaching out to us.

    There is a way to import Amelia data to a new website by movingĀ 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 live website, so you will need to replace the URLs in this cell.

    If you have any more questions, feel free to contact us.