• Resolved George

    (@ccto)


    Hello BackWPUp and Others,

    May I know is it possible to generate database checksum during database backup?

    e.g.
    SQL: checksum table wp_posts;

    (Or is there any hook we can use to make a plugin and generate the checksum before backup?)

    As files inside zip/tar.gz are already checksumed.
    However, for db, it seems it does not have checksum.

    Checksum ensures the db transfer are correct.
    (although some tables, e.g. wp_options, are always changing)

    Thank you very much for your kind attention.

    Regards
    George

    • This topic was modified 7 years, 6 months ago by George.
    • This topic was modified 7 years, 6 months ago by George.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support happyAnt

    (@duongcuong96)

    Hi @ccto,
    BackWPUp already have Check database tables function, you can find it in BackWPUp -> Jobs -> [your job ] -> General tab -> Job Tasks

    And for more detail on backup process, you can enable Debug log:
    Go to BackWPup > Settings > Logs and set Logging Level to Debug (not translated).

    Hope that helps ??

    Thread Starter George

    (@ccto)

    Hello duongcuong96

    Thanks for your reply.

    I mean checksum table (to check data transfer correctness), instead of check table for healthiness.

    ref.: https://dev.mysql.com/doc/refman/5.5/en/checksum-table.html

    Thank you
    Regards
    ccto.

    • This reply was modified 7 years, 6 months ago by George.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enquiry on Database Checksum’ is closed to new replies.