• Resolved Robothead

    (@toktor)


    Hi
    We are rebuilding a site and need to migrate Give all settings, contributions and donors to new site. It seems though that Give import is a bit limited on this area, it helps to import from everything else except if exact copy of another Give data is needed.

    So I want to just duplicate tables if possible. Can you help where is Give data saved?
    I assume the following tables are from give:
    wp_charitable_campaign_donations
    wp_charitable_donors
    wp_give_customermeta
    wp_give_customers

    And post types:
    campaign(?)
    donation
    give_forms
    give_log
    give_payment
    give_pdf_template

    Are there anything else I should be aware of when migrating to new site?

    Thank you,
    tok

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

    (@dlocc)

    Hey @toktor – You have the tables correct except for the charitable ones. The tables should be:

    wp_give_customermeta
    wp_give_customers
    wp_give_subscribers (if using recurring).

    The CPTs are also correct except “campaigns”. One easy way to do it is with Migrate DB Pro. I hope this helps! Let me know if you have anymore questions.

    Thread Starter Robothead

    (@toktor)

    Thank you, I managed to migrate everything to the new installation. Migrated tables with Migrate DB Pro and posts with WP built in export-import as I did not want to overwrite already inserted posts.

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Thanks for the heads up, and glad to hear you worked it out. Migrate DB Pro is a great tool for sure.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Migrating from Give to Give’ is closed to new replies.