• Yeah, topic title is a bit confusing, sorry ??

    I upgraded to 4.0.0 when it came out, and it was not that lucky so I went back to 3.5.18.

    I’m seeing some promising comments so I thought to update to 4.0.09 but after update there’s no audience and all my configs and notification-settings etc is gone. So, obviously db needs to be updated. But the updater-button is nowhere to be found anymore, looking in db everything looks like 3.5.18 so obviously db-update is not done.

    Can I run it manually? How?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Malay Ladu

    (@malayladu)

    Hi,

    If you are upgrading from ES 3.5.18, make sure ‘ig_es_db_version’ option in wp_options table is set to ‘3.5.18’. As you already upgraded before, so it might be set as something like ‘4.0.x’

    If following tables are already created, make sure you delete it first before upgrading to ES 4.0.9.

    wp_ig_campaigns
    wp_ig_contacts
    wp_ig_blocked_emails
    wp_ig_contacts_ips
    wp_ig_forms
    wp_ig_lists
    wp_ig_lists_contacts
    wp_ig_mailing_queue
    wp_ig_sending_queue
    After that, upgrade your codebase to 4.0.9. It won’t display “Run the updater” button and automatically upgrade your database.

    Please check and let us know how it goes.

    If you need any further assistance, contact us.

    PS: ‘wp_’ is the prefix of table. It can be different for your setup. So, look for ig_campaigns, ig_contacts table etc…

    Thread Starter TeroSalminen

    (@terosalminen)

    This is quite interesting. No new tables exist in database.

    I have no ‘ig_es_db_version’, I do have ‘ig_es_current_version_date_details’ that has text-data as
    a:2:{s:18:"es_current_version";s:6:"4.0.10";s:15:"es_current_date";s:19:"2019-03-24 07:53:27";}
    Changing 4.0.10 to 3.5.18 does not generate new tables etc when updating from 3.5.18 to 4.0.10 so it’s obviously wrong place.

    Cqn I just create the ig_es_db_version? what should the exast data in it be?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What is proper way to update after failed update’ is closed to new replies.