• Resolved ldayhoff

    (@ldayhoff)


    I found out that when a MYSQL database is backed up it does not back up the views

    • This topic was modified 1 year, 1 month ago by ldayhoff.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Views are not included in database backups because they are not data storage elements like tables. Backups primarily focus on the data itself, which is held in tables, and the metadata defining how that data is organised. Views are derived from queries, not stored data, and can be reconstructed from the underlying tables and their definition

    Plugin Support vupdraft

    (@vupdraft)

    Views are not normally included in database backups because they are not data storage elements like tables. Backups primarily focus on the data itself, which is held in tables, and the metadata defining how that data is organised. Views are derived from queries, not stored data, and can be reconstructed from the underlying tables and their definition

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘MYSQL Views’ is closed to new replies.