• I just observed a backup of a WordPress database through phpMyadmin. A .sql file was created.

    Then all of the data was backed up using Tools >> Export. An XML file was created.

    What is the difference between these two tasks? I read through the Codex.

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    The MySQL backup contains all of your content, plus plugin, widget and theme settings. It also contains general info such as details like your site url.

    The XML file just contain your content.
    Where Content = Text from posts, pages, comments, custom fields, terms, navigation menus and custom posts plus attachments/images

Viewing 1 replies (of 1 total)

The topic ‘Data backup vs. Database backup’ is closed to new replies.