• I want to export a complete site with the exception of one table. We’re going to be removing the functionality that the table is storing data in, and that table has about 310MB of data. It’s taking about 7 hours to do an export of the site, and I would like to bypass this table.

    What can I do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yani

    (@yaniiliev)

    The plugin does not have this feature. Unfortunately, it is not possible to skip the table easily.

    If you have access to your database – you could try:
    1. Rename the table so it does not have the wp_ prefix
    2. Export
    3. Restore the table to have wp_ prefix

    Only tables with wp_ prefix will be exported (note that the wp_ prefix can be anything/even empty. You can find the value in wp-config.php)

    Thread Starter Wow Digital

    (@dmpp)

    @yaniiliev – that’s great – I can do that! Thank you!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Export all except for one table’ is closed to new replies.