PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Backup errors

  1. I was just trying to backup my whole wordpress 3.0.5 database via shell when I got this error when all plugins deactivated:

    mysqldump: Got error: 1016: Can't open file: './my_database/wp_7_rg_lead_detail. frm' (errno: 24) when using LOCK TABLES

    Then I tried again with all plugins activated:

    mysqldump: Got error: 29: File './my_database/wp_7_rg_lead_detail.MYD' not found (Errcode: 24) when using LOCK TABLES

    So it seems to be something to do with gravity forms? Never happened before.

    WP 7 is http://flights.indonesiamatters.com/ but network site is http://www.indonesiamatters.com/

    Posted 13 years ago on Monday February 28, 2011 | Permalink
  2. Ok I worked it out, needs to be this:

    mysqldump --skip-lock-tables -u ..... .....

    Posted 13 years ago on Monday February 28, 2011 | Permalink

This topic has been resolved and has been closed to new replies.