• Resolved chcw

    (@chcw)


    Hi,

    I use “Find & Replace” function to perform a search in all tables in a 739MB database, but always fails at about stage 40%. It shows:

    The Find & Replace migration failed during the Migrate Tables stage.

    And then it is a “Page Doesn’t Exist” error below it.

    If enabling Cloudflare, then it will be a time-out error.

    How to solve it? Can the pro version perform better than the lite version in dealing with large databases?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Delicious Brains Support

    (@dbisupport)

    Hi @chcw!

    WP Migrate Support Team here. Thanks for reaching out with your query! We would be happy to assist.

    If possible, can you please try doing the Find & Replace again and selecting a few tables at a time? When the issue occurs, please take note which table(s) were selected.

    Otherwise, can you please try editing your wp-config.php file on the server to replace this line:

    define( 'WP_DEBUG', false );

    With these lines –

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    This will cause all runtime errors, warnings, and notices to be written to /wp-content/debug.log, which will hopefully yield some better information about what’s going on.

    Can you please try the process again and then send on the debug.log file if created?

    More details about that at https://www.ads-software.com/support/article/editing-wp-config-php/#wp_debug

    Once we have finished troubleshooting, you should revert that config change and delete the debug.log file.

    The lite and pro versions should perform similarly when doing a Find & Replace. But with the pro version, you’ll be able to do regex Find & Replace, and access to software updates and email support.

    https://deliciousbrains.com/wp-migrate-db-pro/upgrade/

    We offer a 100% No-Risk 60-Day Money-Back Guarantee. If for any reason you are not happy with our product or service, simply let us know within 60 days of your purchase, and we’ll refund 100% of your money. No questions asked.

    https://deliciousbrains.com/wp-migrate-db-pro/pricing/#guarantee

    Thread Starter chcw

    (@chcw)

    Hi,

    OK. I have found the issue is caused by one large table. After unslecting this table, then the process can proceed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Find & Replace fails at 40%’ is closed to new replies.