• Resolved eparry

    (@eparry)


    hi
    I need to go ahead and migrate the map to it’s launch domain, it is currently on my development site and I need to know how to change the registered domain for the license to the live site.
    Thank you in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author RomanCode

    (@oyatek)

    Hi,

    First of all migrate your WP by using any migration tools.
    That would transfer posts and meta where mapsvg stores its data.

    If you don’t want to migrate all WordPress and you need to migrate only the map then copy post from wp_post table with the ID = your map ID.
    Also copy all metas from wp_postmeta belonging to that post.

    Besides that you need to manually copy all wp_mapsvg_xxx table from old server to the new one. You can do that via phpMyAdmin.

    Plugin Author RomanCode

    (@oyatek)

    Let me know if you need more help.

    Plugin Author RomanCode

    (@oyatek)

    [closed]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Migrate to launch domain’ is closed to new replies.